| OLD | NEW | 
|---|
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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   'includes': [ | 6   'includes': [ | 
| 7     # Included to get 'mac_bundle_id' and other variables. | 7     # Included to get 'mac_bundle_id' and other variables. | 
| 8     '../build/chrome_settings.gypi', | 8     '../build/chrome_settings.gypi', | 
| 9   ], | 9   ], | 
| 10   'variables': { | 10   'variables': { | 
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 388           'target_name': 'policy_java', | 388           'target_name': 'policy_java', | 
| 389           'type': 'none', | 389           'type': 'none', | 
| 390           'dependencies': [ | 390           'dependencies': [ | 
| 391             '../base/base.gyp:base_java', | 391             '../base/base.gyp:base_java', | 
| 392           ], | 392           ], | 
| 393           'variables': { | 393           'variables': { | 
| 394             'java_in_dir': 'policy/android/java', | 394             'java_in_dir': 'policy/android/java', | 
| 395           }, | 395           }, | 
| 396           'includes': [ '../build/java.gypi' ], | 396           'includes': [ '../build/java.gypi' ], | 
| 397         }, | 397         }, | 
|  | 398         { | 
|  | 399           # GN: //components/policy/android:jni_headers | 
|  | 400           'target_name': 'policy_jni_headers', | 
|  | 401           'type': 'none', | 
|  | 402           'sources': [ | 
|  | 403             'policy/android/java/src/org/chromium/policy/PolicyConverter.java', | 
|  | 404           ], | 
|  | 405           'variables': { | 
|  | 406             'jni_gen_package': 'policy', | 
|  | 407           }, | 
|  | 408           'includes': [ '../build/jni_generator.gypi' ], | 
|  | 409         }, | 
| 398       ], | 410       ], | 
| 399     }], | 411     }], | 
| 400     ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { | 412     ['OS=="win" and target_arch=="ia32" and configuration_policy==1', { | 
| 401       'targets': [ | 413       'targets': [ | 
| 402         { | 414         { | 
| 403           'target_name': 'policy_win64', | 415           'target_name': 'policy_win64', | 
| 404           'type': 'static_library', | 416           'type': 'static_library', | 
| 405           'hard_dependency': 1, | 417           'hard_dependency': 1, | 
| 406           'sources': [ | 418           'sources': [ | 
| 407             '<(policy_constant_header_path)', | 419             '<(policy_constant_header_path)', | 
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 527               'message': | 539               'message': | 
| 528                   'Copy the Localizable.strings files to the manifest bundle', | 540                   'Copy the Localizable.strings files to the manifest bundle', | 
| 529               'process_outputs_as_mac_bundle_resources': 1, | 541               'process_outputs_as_mac_bundle_resources': 1, | 
| 530             }, | 542             }, | 
| 531           ], | 543           ], | 
| 532         }, | 544         }, | 
| 533       ], | 545       ], | 
| 534     }], | 546     }], | 
| 535   ], | 547   ], | 
| 536 } | 548 } | 
| OLD | NEW | 
|---|