| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'win/window_event_target.h', | 298 'win/window_event_target.h', |
| 299 'window_open_disposition.cc', | 299 'window_open_disposition.cc', |
| 300 'window_open_disposition.h', | 300 'window_open_disposition.h', |
| 301 'work_area_watcher_observer.h', | 301 'work_area_watcher_observer.h', |
| 302 'x/selection_owner.cc', | 302 'x/selection_owner.cc', |
| 303 'x/selection_owner.h', | 303 'x/selection_owner.h', |
| 304 'x/selection_requestor.cc', | 304 'x/selection_requestor.cc', |
| 305 'x/selection_requestor.h', | 305 'x/selection_requestor.h', |
| 306 'x/selection_utils.cc', | 306 'x/selection_utils.cc', |
| 307 'x/selection_utils.h', | 307 'x/selection_utils.h', |
| 308 'x/x11_foreign_window_manager.cc', |
| 309 'x/x11_foreign_window_manager.h', |
| 308 'x/x11_menu_list.cc', | 310 'x/x11_menu_list.cc', |
| 309 'x/x11_menu_list.h', | 311 'x/x11_menu_list.h', |
| 310 'x/x11_util.cc', | 312 'x/x11_util.cc', |
| 311 'x/x11_util.h', | 313 'x/x11_util.h', |
| 312 'x/x11_util_internal.h', | 314 'x/x11_util_internal.h', |
| 313 ], | 315 ], |
| 314 'target_conditions': [ | 316 'target_conditions': [ |
| 315 ['OS == "ios"', { | 317 ['OS == "ios"', { |
| 316 'sources/': [ | 318 'sources/': [ |
| 317 ['include', '^l10n/l10n_util_mac\\.mm$'], | 319 ['include', '^l10n/l10n_util_mac\\.mm$'], |
| (...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 ], | 645 ], |
| 644 'variables': { | 646 'variables': { |
| 645 'jni_gen_package': 'ui', | 647 'jni_gen_package': 'ui', |
| 646 }, | 648 }, |
| 647 'includes': [ '../../build/jni_generator.gypi' ], | 649 'includes': [ '../../build/jni_generator.gypi' ], |
| 648 }, | 650 }, |
| 649 ], | 651 ], |
| 650 }], | 652 }], |
| 651 ], | 653 ], |
| 652 } | 654 } |
| OLD | NEW |