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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years 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/chrome.gyp ('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 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 ['debug_devtools==1', { 2775 ['debug_devtools==1', {
2776 'defines': [ 2776 'defines': [
2777 'DEBUG_DEVTOOLS=1', 2777 'DEBUG_DEVTOOLS=1',
2778 ], 2778 ],
2779 }], 2779 }],
2780 ['configuration_policy==1', { 2780 ['configuration_policy==1', {
2781 'sources!': [ 2781 'sources!': [
2782 'browser/policy/profile_policy_connector_stub.cc', 2782 'browser/policy/profile_policy_connector_stub.cc',
2783 ], 2783 ],
2784 'dependencies': [ 2784 'dependencies': [
2785 'app/policy/cloud_policy_codegen.gyp:policy',
2786 '../components/components.gyp:cloud_policy_proto', 2785 '../components/components.gyp:cloud_policy_proto',
2786 '../components/components.gyp:policy',
2787 ], 2787 ],
2788 'conditions': [ 2788 'conditions': [
2789 ['OS!="android"', { 2789 ['OS!="android"', {
2790 'dependencies': [ 2790 'dependencies': [
2791 'policy_path_parser', 2791 'policy_path_parser',
2792 ], 2792 ],
2793 }], 2793 }],
2794 ], 2794 ],
2795 }, { # configuration_policy==0 2795 }, { # configuration_policy==0
2796 'sources/': [ 2796 'sources/': [
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3640 }, 3640 },
3641 'includes': [ '../build/android/java_cpp_template.gypi' ], 3641 'includes': [ '../build/android/java_cpp_template.gypi' ],
3642 }, 3642 },
3643 ], 3643 ],
3644 }, 3644 },
3645 ], 3645 ],
3646 ], 3646 ],
3647 } 3647 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698