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

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: no .xtb moves (REVIEW HERE) 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
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 2701 matching lines...) Expand 10 before | Expand all | Expand 10 after
2712 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l', 2712 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se l',
2713 ], 2713 ],
2714 }], 2714 }],
2715 ['debug_devtools==1', { 2715 ['debug_devtools==1', {
2716 'defines': [ 2716 'defines': [
2717 'DEBUG_DEVTOOLS=1', 2717 'DEBUG_DEVTOOLS=1',
2718 ], 2718 ],
2719 }], 2719 }],
2720 ['configuration_policy==1', { 2720 ['configuration_policy==1', {
2721 'dependencies': [ 2721 'dependencies': [
2722 'app/policy/cloud_policy_codegen.gyp:policy', 2722 '../components/components.gyp:policy',
2723 ], 2723 ],
2724 }, { # configuration_policy==0 2724 }, { # configuration_policy==0
2725 'sources/': [ 2725 'sources/': [
2726 ['exclude', 'browser/ui/webui/policy_ui.cc'], 2726 ['exclude', 'browser/ui/webui/policy_ui.cc'],
2727 ['exclude', 'browser/ui/webui/policy_ui.h'], 2727 ['exclude', 'browser/ui/webui/policy_ui.h'],
2728 ], 2728 ],
2729 }], 2729 }],
2730 ['enable_plugins==1', { 2730 ['enable_plugins==1', {
2731 'dependencies': [ 2731 'dependencies': [
2732 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 2732 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3367 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3367 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3368 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3368 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3369 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3369 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3370 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3371 ], 3371 ],
3372 }], 3372 }],
3373 ], 3373 ],
3374 }, 3374 },
3375 ], 3375 ],
3376 } 3376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698