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

Side by Side Diff: chrome/chrome_common.gypi

Issue 23045003: Moved chrome/common/policy to components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | chrome/chrome_tests_unit.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 20 matching lines...) Expand all
31 'metrics_proto', 31 'metrics_proto',
32 '<(DEPTH)/base/base.gyp:base', 32 '<(DEPTH)/base/base.gyp:base',
33 '<(DEPTH)/base/base.gyp:base_i18n', 33 '<(DEPTH)/base/base.gyp:base_i18n',
34 '<(DEPTH)/base/base.gyp:base_prefs', 34 '<(DEPTH)/base/base.gyp:base_prefs',
35 '<(DEPTH)/base/base.gyp:base_static', 35 '<(DEPTH)/base/base.gyp:base_static',
36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 36 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 37 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 38 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
39 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 39 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
40 '<(DEPTH)/components/components.gyp:json_schema', 40 '<(DEPTH)/components/components.gyp:json_schema',
41 '<(DEPTH)/components/components.gyp:policy_component',
41 '<(DEPTH)/components/components.gyp:visitedlink_common', 42 '<(DEPTH)/components/components.gyp:visitedlink_common',
42 '<(DEPTH)/content/content.gyp:content_common', 43 '<(DEPTH)/content/content.gyp:content_common',
43 '<(DEPTH)/net/net.gyp:net', 44 '<(DEPTH)/net/net.gyp:net',
44 '<(DEPTH)/skia/skia.gyp:skia', 45 '<(DEPTH)/skia/skia.gyp:skia',
45 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 46 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
46 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 47 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
47 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 48 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
48 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar', 49 '<(DEPTH)/third_party/mt19937ar/mt19937ar.gyp:mt19937ar',
49 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 50 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
50 '<(DEPTH)/third_party/zlib/zlib.gyp:zip', 51 '<(DEPTH)/third_party/zlib/zlib.gyp:zip',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'common/omaha_query_params/omaha_query_params.cc', 417 'common/omaha_query_params/omaha_query_params.cc',
417 'common/omaha_query_params/omaha_query_params.h', 418 'common/omaha_query_params/omaha_query_params.h',
418 'common/omnibox_focus_state.h', 419 'common/omnibox_focus_state.h',
419 'common/one_click_signin_messages.h', 420 'common/one_click_signin_messages.h',
420 'common/partial_circular_buffer.cc', 421 'common/partial_circular_buffer.cc',
421 'common/partial_circular_buffer.h', 422 'common/partial_circular_buffer.h',
422 'common/pepper_flash.cc', 423 'common/pepper_flash.cc',
423 'common/pepper_flash.h', 424 'common/pepper_flash.h',
424 'common/pepper_permission_util.cc', 425 'common/pepper_permission_util.cc',
425 'common/pepper_permission_util.h', 426 'common/pepper_permission_util.h',
426 'common/policy/policy_schema.cc',
427 'common/policy/policy_schema.h',
428 'common/pref_names_util.cc', 427 'common/pref_names_util.cc',
429 'common/pref_names_util.h', 428 'common/pref_names_util.h',
430 'common/print_messages.cc', 429 'common/print_messages.cc',
431 'common/print_messages.h', 430 'common/print_messages.h',
432 'common/profiling.cc', 431 'common/profiling.cc',
433 'common/profiling.h', 432 'common/profiling.h',
434 'common/ref_counted_util.h', 433 'common/ref_counted_util.h',
435 'common/render_messages.cc', 434 'common/render_messages.cc',
436 'common/render_messages.h', 435 'common/render_messages.h',
437 'common/safe_browsing/download_protection_util.cc', 436 'common/safe_browsing/download_protection_util.cc',
(...skipping 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 'common/metrics/proto/user_action_event.proto', 847 'common/metrics/proto/user_action_event.proto',
849 ], 848 ],
850 'variables': { 849 'variables': {
851 'proto_in_dir': 'common/metrics/proto', 850 'proto_in_dir': 'common/metrics/proto',
852 'proto_out_dir': 'chrome/common/metrics/proto', 851 'proto_out_dir': 'chrome/common/metrics/proto',
853 }, 852 },
854 'includes': [ '../build/protoc.gypi' ], 853 'includes': [ '../build/protoc.gypi' ],
855 }, 854 },
856 ], 855 ],
857 } 856 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698