| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'x/root_window_property_watcher_x.cc', | 321 'x/root_window_property_watcher_x.cc', |
| 322 'x/root_window_property_watcher_x.h', | 322 'x/root_window_property_watcher_x.h', |
| 323 'x/selection_owner.cc', | 323 'x/selection_owner.cc', |
| 324 'x/selection_owner.h', | 324 'x/selection_owner.h', |
| 325 'x/selection_requestor.cc', | 325 'x/selection_requestor.cc', |
| 326 'x/selection_requestor.h', | 326 'x/selection_requestor.h', |
| 327 'x/selection_utils.cc', | 327 'x/selection_utils.cc', |
| 328 'x/selection_utils.h', | 328 'x/selection_utils.h', |
| 329 'x/work_area_watcher_x.cc', | 329 'x/work_area_watcher_x.cc', |
| 330 'x/work_area_watcher_x.h', | 330 'x/work_area_watcher_x.h', |
| 331 'x/x11_menu_list.cc', |
| 332 'x/x11_menu_list.h', |
| 331 'x/x11_util.cc', | 333 'x/x11_util.cc', |
| 332 'x/x11_util.h', | 334 'x/x11_util.h', |
| 333 'x/x11_util_internal.h', | 335 'x/x11_util_internal.h', |
| 334 ], | 336 ], |
| 335 'target_conditions': [ | 337 'target_conditions': [ |
| 336 ['OS == "ios"', { | 338 ['OS == "ios"', { |
| 337 'sources/': [ | 339 'sources/': [ |
| 338 ['include', '^l10n/l10n_util_mac\\.mm$'], | 340 ['include', '^l10n/l10n_util_mac\\.mm$'], |
| 339 ], | 341 ], |
| 340 }], | 342 }], |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 621 'variables': { | 623 'variables': { |
| 622 'jni_gen_package': 'ui', | 624 'jni_gen_package': 'ui', |
| 623 'jni_generator_ptr_type': 'long', | 625 'jni_generator_ptr_type': 'long', |
| 624 }, | 626 }, |
| 625 'includes': [ '../../build/jni_generator.gypi' ], | 627 'includes': [ '../../build/jni_generator.gypi' ], |
| 626 }, | 628 }, |
| 627 ], | 629 ], |
| 628 }], | 630 }], |
| 629 ], | 631 ], |
| 630 } | 632 } |
| OLD | NEW |