| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 'base/win/mouse_wheel_util.h', | 326 'base/win/mouse_wheel_util.h', |
| 327 'base/win/scoped_ole_initializer.cc', | 327 'base/win/scoped_ole_initializer.cc', |
| 328 'base/win/scoped_ole_initializer.h', | 328 'base/win/scoped_ole_initializer.h', |
| 329 'base/win/scoped_set_map_mode.h', | 329 'base/win/scoped_set_map_mode.h', |
| 330 'base/win/shell.cc', | 330 'base/win/shell.cc', |
| 331 'base/win/shell.h', | 331 'base/win/shell.h', |
| 332 'base/win/singleton_hwnd.cc', | 332 'base/win/singleton_hwnd.cc', |
| 333 'base/win/singleton_hwnd.h', | 333 'base/win/singleton_hwnd.h', |
| 334 'base/win/tsf_bridge.cc', | 334 'base/win/tsf_bridge.cc', |
| 335 'base/win/tsf_bridge.h', | 335 'base/win/tsf_bridge.h', |
| 336 'base/win/tsf_event_router.cc', |
| 337 'base/win/tsf_event_router.h', |
| 336 'base/win/tsf_input_scope.cc', | 338 'base/win/tsf_input_scope.cc', |
| 337 'base/win/tsf_input_scope.h', | 339 'base/win/tsf_input_scope.h', |
| 338 'base/win/tsf_text_store.cc', | 340 'base/win/tsf_text_store.cc', |
| 339 'base/win/tsf_text_store.h', | 341 'base/win/tsf_text_store.h', |
| 340 'base/win/window_impl.cc', | 342 'base/win/window_impl.cc', |
| 341 'base/win/window_impl.h', | 343 'base/win/window_impl.h', |
| 342 'base/work_area_watcher_observer.h', | 344 'base/work_area_watcher_observer.h', |
| 343 'base/x/active_window_watcher_x.cc', | 345 'base/x/active_window_watcher_x.cc', |
| 344 'base/x/active_window_watcher_x.h', | 346 'base/x/active_window_watcher_x.h', |
| 345 'base/x/active_window_watcher_x_observer.h', | 347 'base/x/active_window_watcher_x_observer.h', |
| (...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 }, | 882 }, |
| 881 'dependencies': [ | 883 'dependencies': [ |
| 882 '../base/base.gyp:base_java', | 884 '../base/base.gyp:base_java', |
| 883 ], | 885 ], |
| 884 'includes': [ '../build/java.gypi' ], | 886 'includes': [ '../build/java.gypi' ], |
| 885 }, | 887 }, |
| 886 ], | 888 ], |
| 887 }], | 889 }], |
| 888 ], | 890 ], |
| 889 } | 891 } |
| OLD | NEW |