Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(490)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14008005: Move proto files back into chrome/browser/policy/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698