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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 15061007: Added a PolicyDomainDescriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
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 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 'browser/policy/configuration_policy_handler_list.cc', 1357 'browser/policy/configuration_policy_handler_list.cc',
1358 'browser/policy/configuration_policy_handler_list.h', 1358 'browser/policy/configuration_policy_handler_list.h',
1359 'browser/policy/configuration_policy_pref_store.cc', 1359 'browser/policy/configuration_policy_pref_store.cc',
1360 'browser/policy/configuration_policy_pref_store.h', 1360 'browser/policy/configuration_policy_pref_store.h',
1361 'browser/policy/configuration_policy_provider.cc', 1361 'browser/policy/configuration_policy_provider.cc',
1362 'browser/policy/configuration_policy_provider.h', 1362 'browser/policy/configuration_policy_provider.h',
1363 'browser/policy/managed_mode_policy_provider.cc', 1363 'browser/policy/managed_mode_policy_provider.cc',
1364 'browser/policy/managed_mode_policy_provider.h', 1364 'browser/policy/managed_mode_policy_provider.h',
1365 'browser/policy/policy_bundle.cc', 1365 'browser/policy/policy_bundle.cc',
1366 'browser/policy/policy_bundle.h', 1366 'browser/policy/policy_bundle.h',
1367 'browser/policy/policy_domain_descriptor.cc',
1368 'browser/policy/policy_domain_descriptor.h',
1367 'browser/policy/policy_error_map.cc', 1369 'browser/policy/policy_error_map.cc',
1368 'browser/policy/policy_error_map.h', 1370 'browser/policy/policy_error_map.h',
1369 'browser/policy/policy_load_status.cc', 1371 'browser/policy/policy_load_status.cc',
1370 'browser/policy/policy_load_status.h', 1372 'browser/policy/policy_load_status.h',
1371 'browser/policy/policy_loader_mac.cc', 1373 'browser/policy/policy_loader_mac.cc',
1372 'browser/policy/policy_loader_mac.h', 1374 'browser/policy/policy_loader_mac.h',
1373 'browser/policy/policy_loader_win.cc', 1375 'browser/policy/policy_loader_win.cc',
1374 'browser/policy/policy_loader_win.h', 1376 'browser/policy/policy_loader_win.h',
1375 'browser/policy/policy_map.cc', 1377 'browser/policy/policy_map.cc',
1376 'browser/policy/policy_map.h', 1378 'browser/policy/policy_map.h',
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3186 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3185 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3187 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3186 }, 3188 },
3187 'includes': [ '../build/android/java_cpp_template.gypi' ], 3189 'includes': [ '../build/android/java_cpp_template.gypi' ],
3188 }, 3190 },
3189 ], 3191 ],
3190 }, 3192 },
3191 ], 3193 ],
3192 ], 3194 ],
3193 } 3195 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698