| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 'base/win/mouse_wheel_util.h', | 325 'base/win/mouse_wheel_util.h', |
| 326 'base/win/scoped_ole_initializer.cc', | 326 'base/win/scoped_ole_initializer.cc', |
| 327 'base/win/scoped_ole_initializer.h', | 327 'base/win/scoped_ole_initializer.h', |
| 328 'base/win/scoped_set_map_mode.h', | 328 'base/win/scoped_set_map_mode.h', |
| 329 'base/win/shell.cc', | 329 'base/win/shell.cc', |
| 330 'base/win/shell.h', | 330 'base/win/shell.h', |
| 331 'base/win/singleton_hwnd.cc', | 331 'base/win/singleton_hwnd.cc', |
| 332 'base/win/singleton_hwnd.h', | 332 'base/win/singleton_hwnd.h', |
| 333 'base/win/window_impl.cc', | 333 'base/win/window_impl.cc', |
| 334 'base/win/window_impl.h', | 334 'base/win/window_impl.h', |
| 335 'base/snapshot/snapshot.h', |
| 336 'base/snapshot/snapshot_aura.cc', |
| 337 'base/snapshot/snapshot_gtk.cc', |
| 338 'base/snapshot/snapshot_mac.mm', |
| 339 'base/snapshot/snapshot_win.cc', |
| 335 'base/work_area_watcher_observer.h', | 340 'base/work_area_watcher_observer.h', |
| 336 'base/x/active_window_watcher_x.cc', | 341 'base/x/active_window_watcher_x.cc', |
| 337 'base/x/active_window_watcher_x.h', | 342 'base/x/active_window_watcher_x.h', |
| 338 'base/x/active_window_watcher_x_observer.h', | 343 'base/x/active_window_watcher_x_observer.h', |
| 339 'base/x/events_x.cc', | 344 'base/x/events_x.cc', |
| 340 'base/x/root_window_property_watcher_x.cc', | 345 'base/x/root_window_property_watcher_x.cc', |
| 341 'base/x/root_window_property_watcher_x.h', | 346 'base/x/root_window_property_watcher_x.h', |
| 342 'base/x/valuators.cc', | 347 'base/x/valuators.cc', |
| 343 'base/x/valuators.h', | 348 'base/x/valuators.h', |
| 344 'base/x/work_area_watcher_x.cc', | 349 'base/x/work_area_watcher_x.cc', |
| (...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 }, | 895 }, |
| 891 'dependencies': [ | 896 'dependencies': [ |
| 892 '../base/base.gyp:base_java', | 897 '../base/base.gyp:base_java', |
| 893 ], | 898 ], |
| 894 'includes': [ '../build/java.gypi' ], | 899 'includes': [ '../build/java.gypi' ], |
| 895 }, | 900 }, |
| 896 ], | 901 ], |
| 897 }], | 902 }], |
| 898 ], | 903 ], |
| 899 } | 904 } |
| OLD | NEW |