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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1742053002: Move trial token code to content/common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'common/media/media_resource_provider.cc', 55 'common/media/media_resource_provider.cc',
56 'common/media/media_resource_provider.h', 56 'common/media/media_resource_provider.h',
57 'common/media/webrtc_logging_message_data.cc', 57 'common/media/webrtc_logging_message_data.cc',
58 'common/media/webrtc_logging_message_data.h', 58 'common/media/webrtc_logging_message_data.h',
59 'common/media/webrtc_logging_messages.h', 59 'common/media/webrtc_logging_messages.h',
60 'common/media_galleries/metadata_types.h', 60 'common/media_galleries/metadata_types.h',
61 'common/multi_process_lock.h', 61 'common/multi_process_lock.h',
62 'common/multi_process_lock_linux.cc', 62 'common/multi_process_lock_linux.cc',
63 'common/multi_process_lock_mac.cc', 63 'common/multi_process_lock_mac.cc',
64 'common/multi_process_lock_win.cc', 64 'common/multi_process_lock_win.cc',
65 'common/origin_trials/origin_trial_key_manager.cc',
66 'common/origin_trials/origin_trial_key_manager.h',
65 'common/partial_circular_buffer.cc', 67 'common/partial_circular_buffer.cc',
66 'common/partial_circular_buffer.h', 68 'common/partial_circular_buffer.h',
67 'common/pref_names_util.cc', 69 'common/pref_names_util.cc',
68 'common/pref_names_util.h', 70 'common/pref_names_util.h',
69 'common/prerender_types.h', 71 'common/prerender_types.h',
70 'common/profiling.cc', 72 'common/profiling.cc',
71 'common/profiling.h', 73 'common/profiling.h',
72 'common/ref_counted_util.h', 74 'common/ref_counted_util.h',
73 'common/render_messages.cc', 75 'common/render_messages.cc',
74 'common/render_messages.h', 76 'common/render_messages.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 ], 645 ],
644 'sources': [ 646 'sources': [
645 'common/resource_usage_reporter.mojom', 647 'common/resource_usage_reporter.mojom',
646 ], 648 ],
647 'dependencies': [ 649 'dependencies': [
648 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 650 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
649 ], 651 ],
650 }, 652 },
651 ], 653 ],
652 } 654 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_renderer.gypi » ('j') | chrome/common/origin_trials/origin_trial_key_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698