| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 'win/scoped_ole_initializer.cc', | 335 'win/scoped_ole_initializer.cc', |
| 336 'win/scoped_ole_initializer.h', | 336 'win/scoped_ole_initializer.h', |
| 337 'win/shell.cc', | 337 'win/shell.cc', |
| 338 'win/shell.h', | 338 'win/shell.h', |
| 339 'win/touch_input.cc', | 339 'win/touch_input.cc', |
| 340 'win/touch_input.h', | 340 'win/touch_input.h', |
| 341 'win/window_event_target.cc', | 341 'win/window_event_target.cc', |
| 342 'win/window_event_target.h', | 342 'win/window_event_target.h', |
| 343 'window_open_disposition.cc', | 343 'window_open_disposition.cc', |
| 344 'window_open_disposition.h', | 344 'window_open_disposition.h', |
| 345 'window_resize_helper.cc', |
| 346 'window_resize_helper.h', |
| 345 'work_area_watcher_observer.h', | 347 'work_area_watcher_observer.h', |
| 346 'x/selection_owner.cc', | 348 'x/selection_owner.cc', |
| 347 'x/selection_owner.h', | 349 'x/selection_owner.h', |
| 348 'x/selection_requestor.cc', | 350 'x/selection_requestor.cc', |
| 349 'x/selection_requestor.h', | 351 'x/selection_requestor.h', |
| 350 'x/selection_utils.cc', | 352 'x/selection_utils.cc', |
| 351 'x/selection_utils.h', | 353 'x/selection_utils.h', |
| 352 'x/x11_foreign_window_manager.cc', | 354 'x/x11_foreign_window_manager.cc', |
| 353 'x/x11_foreign_window_manager.h', | 355 'x/x11_foreign_window_manager.h', |
| 354 'x/x11_menu_list.cc', | 356 'x/x11_menu_list.cc', |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 ], | 726 ], |
| 725 'variables': { | 727 'variables': { |
| 726 'jni_gen_package': 'ui', | 728 'jni_gen_package': 'ui', |
| 727 }, | 729 }, |
| 728 'includes': [ '../../build/jni_generator.gypi' ], | 730 'includes': [ '../../build/jni_generator.gypi' ], |
| 729 }, | 731 }, |
| 730 ], | 732 ], |
| 731 }], | 733 }], |
| 732 ], | 734 ], |
| 733 } | 735 } |
| OLD | NEW |