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

Side by Side Diff: chrome/chrome_browser_ui.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_browser_extensions.gypi ('k') | chrome/chrome_common.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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2707 matching lines...) Expand 10 before | Expand all | Expand 10 after
2718 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2718 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2719 ], 2719 ],
2720 }], 2720 }],
2721 ['debug_devtools==1', { 2721 ['debug_devtools==1', {
2722 'defines': [ 2722 'defines': [
2723 'DEBUG_DEVTOOLS=1', 2723 'DEBUG_DEVTOOLS=1',
2724 ], 2724 ],
2725 }], 2725 }],
2726 ['configuration_policy==1', { 2726 ['configuration_policy==1', {
2727 'dependencies': [ 2727 'dependencies': [
2728 'app/policy/cloud_policy_codegen.gyp:policy', 2728 '../components/components.gyp:policy',
2729 ], 2729 ],
2730 }, { # configuration_policy==0 2730 }, { # configuration_policy==0
2731 'sources/': [ 2731 'sources/': [
2732 ['exclude', 'browser/ui/webui/policy_ui.cc'], 2732 ['exclude', 'browser/ui/webui/policy_ui.cc'],
2733 ['exclude', 'browser/ui/webui/policy_ui.h'], 2733 ['exclude', 'browser/ui/webui/policy_ui.h'],
2734 ], 2734 ],
2735 }], 2735 }],
2736 ['enable_plugins==1', { 2736 ['enable_plugins==1', {
2737 'dependencies': [ 2737 'dependencies': [
2738 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2738 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3365 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3368 ], 3368 ],
3369 }], 3369 }],
3370 ], 3370 ],
3371 }, 3371 },
3372 ], 3372 ],
3373 } 3373 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698