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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5348001: Device management constants cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nit; fix DMPolicyCache unit tests Created 10 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/browser/policy/proto/device_management_constants.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2436 'browser/policy/dummy_configuration_policy_provider.h', 2436 'browser/policy/dummy_configuration_policy_provider.h',
2437 'browser/policy/file_based_policy_provider.cc', 2437 'browser/policy/file_based_policy_provider.cc',
2438 'browser/policy/file_based_policy_provider.h', 2438 'browser/policy/file_based_policy_provider.h',
2439 'browser/policy/managed_prefs_banner_base.cc', 2439 'browser/policy/managed_prefs_banner_base.cc',
2440 'browser/policy/managed_prefs_banner_base.h', 2440 'browser/policy/managed_prefs_banner_base.h',
2441 'browser/policy/profile_policy_context.cc', 2441 'browser/policy/profile_policy_context.cc',
2442 'browser/policy/profile_policy_context.h', 2442 'browser/policy/profile_policy_context.h',
2443 # TODO(danno): Find a better way to include these files 2443 # TODO(danno): Find a better way to include these files
2444 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 2444 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
2445 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', 2445 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h',
2446 'browser/policy/proto/device_management_constants.cc',
2447 'browser/policy/proto/device_management_constants.h',
2446 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', 2448 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc',
2447 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', 2449 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h',
2448 'browser/popup_blocked_animation.h', 2450 'browser/popup_blocked_animation.h',
2449 'browser/possible_url_model.cc', 2451 'browser/possible_url_model.cc',
2450 'browser/possible_url_model.h', 2452 'browser/possible_url_model.h',
2451 'browser/power_save_blocker.h', 2453 'browser/power_save_blocker.h',
2452 'browser/power_save_blocker_common.cc', 2454 'browser/power_save_blocker_common.cc',
2453 'browser/power_save_blocker_stub.cc', 2455 'browser/power_save_blocker_stub.cc',
2454 'browser/power_save_blocker_win.cc', 2456 'browser/power_save_blocker_win.cc',
2455 'browser/ppapi_plugin_process_host.cc', 2457 'browser/ppapi_plugin_process_host.cc',
(...skipping 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
4327 ], 4329 ],
4328 }, 4330 },
4329 ], 4331 ],
4330 } 4332 }
4331 4333
4332 # Local Variables: 4334 # Local Variables:
4333 # tab-width:2 4335 # tab-width:2
4334 # indent-tabs-mode:nil 4336 # indent-tabs-mode:nil
4335 # End: 4337 # End:
4336 # vim: set expandtab tabstop=2 shiftwidth=2: 4338 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/device_management_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698