| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 3007 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3018 'proto_in_dir': 'browser/sync_file_system', | 3018 'proto_in_dir': 'browser/sync_file_system', |
| 3019 'proto_out_dir': 'chrome/browser/sync_file_system', | 3019 'proto_out_dir': 'chrome/browser/sync_file_system', |
| 3020 }, | 3020 }, |
| 3021 'includes': [ '../build/protoc.gypi' ] | 3021 'includes': [ '../build/protoc.gypi' ] |
| 3022 }, | 3022 }, |
| 3023 { | 3023 { |
| 3024 # Protobuf compiler / generator for cloud policy protocol buffers. | 3024 # Protobuf compiler / generator for cloud policy protocol buffers. |
| 3025 'target_name': 'cloud_policy_proto', | 3025 'target_name': 'cloud_policy_proto', |
| 3026 'type': 'static_library', | 3026 'type': 'static_library', |
| 3027 'sources': [ | 3027 'sources': [ |
| 3028 'browser/policy/cloud/proto/chrome_extension_policy.proto', | 3028 'browser/policy/proto/cloud/chrome_extension_policy.proto', |
| 3029 'browser/policy/cloud/proto/device_management_backend.proto', | 3029 'browser/policy/proto/cloud/device_management_backend.proto', |
| 3030 'browser/policy/cloud/proto/device_management_local.proto', | 3030 'browser/policy/proto/cloud/device_management_local.proto', |
| 3031 ], | 3031 ], |
| 3032 'variables': { | 3032 'variables': { |
| 3033 'proto_in_dir': 'browser/policy/cloud/proto', | 3033 'proto_in_dir': 'browser/policy/proto/cloud', |
| 3034 'proto_out_dir': 'chrome/browser/policy/cloud/proto', | 3034 'proto_out_dir': 'chrome/browser/policy/proto/cloud', |
| 3035 }, | 3035 }, |
| 3036 'includes': [ '../build/protoc.gypi' ] | 3036 'includes': [ '../build/protoc.gypi' ] |
| 3037 }, | 3037 }, |
| 3038 ], | 3038 ], |
| 3039 'conditions': [ | 3039 'conditions': [ |
| 3040 ['OS=="android"', { | 3040 ['OS=="android"', { |
| 3041 'targets': [ | 3041 'targets': [ |
| 3042 { | 3042 { |
| 3043 'target_name': 'chrome_browser_jni_headers', | 3043 'target_name': 'chrome_browser_jni_headers', |
| 3044 'type': 'none', | 3044 'type': 'none', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3091 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3091 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3092 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3092 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3093 }, | 3093 }, |
| 3094 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3094 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3095 }, | 3095 }, |
| 3096 ], | 3096 ], |
| 3097 }, | 3097 }, |
| 3098 ], | 3098 ], |
| 3099 ], | 3099 ], |
| 3100 } | 3100 } |
| OLD | NEW |