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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Created 4 years, 6 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
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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'common/media/media_resource_provider.cc', 57 'common/media/media_resource_provider.cc',
58 'common/media/media_resource_provider.h', 58 'common/media/media_resource_provider.h',
59 'common/media/webrtc_logging_message_data.cc', 59 'common/media/webrtc_logging_message_data.cc',
60 'common/media/webrtc_logging_message_data.h', 60 'common/media/webrtc_logging_message_data.h',
61 'common/media/webrtc_logging_messages.h', 61 'common/media/webrtc_logging_messages.h',
62 'common/media_galleries/metadata_types.h', 62 'common/media_galleries/metadata_types.h',
63 'common/multi_process_lock.h', 63 'common/multi_process_lock.h',
64 'common/multi_process_lock_linux.cc', 64 'common/multi_process_lock_linux.cc',
65 'common/multi_process_lock_mac.cc', 65 'common/multi_process_lock_mac.cc',
66 'common/multi_process_lock_win.cc', 66 'common/multi_process_lock_win.cc',
67 'common/origin_trials/origin_trial_key_manager.cc', 67 'common/origin_trials/chrome_origin_trial_policy.cc',
68 'common/origin_trials/origin_trial_key_manager.h', 68 'common/origin_trials/chrome_origin_trial_policy.h',
69 'common/partial_circular_buffer.cc', 69 'common/partial_circular_buffer.cc',
70 'common/partial_circular_buffer.h', 70 'common/partial_circular_buffer.h',
71 'common/pref_names_util.cc', 71 'common/pref_names_util.cc',
72 'common/pref_names_util.h', 72 'common/pref_names_util.h',
73 'common/prerender_types.h', 73 'common/prerender_types.h',
74 'common/profiling.cc', 74 'common/profiling.cc',
75 'common/profiling.h', 75 'common/profiling.h',
76 'common/ref_counted_util.h', 76 'common/ref_counted_util.h',
77 'common/render_messages.cc', 77 'common/render_messages.cc',
78 'common/render_messages.h', 78 'common/render_messages.h',
(...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 ], 696 ],
697 'dependencies': [ 697 'dependencies': [
698 'installer_util', 698 'installer_util',
699 '../base/base.gyp:base', 699 '../base/base.gyp:base',
700 ], 700 ],
701 }, 701 },
702 ], 702 ],
703 }], 703 }],
704 ], 704 ],
705 } 705 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_tests_unit.gypi » ('j') | content/shell/common/shell_origin_trial_policy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698