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

Side by Side Diff: content/content_common.gypi

Issue 1680873002: [Experimental Framework] Move trial token code to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add boringssl dependency to content/renderer/ Created 4 years, 10 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
« no previous file with comments | « content/content_child.gypi ('k') | content/content_renderer.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'common/mojo/service_registry_impl.h', 456 'common/mojo/service_registry_impl.h',
457 'common/navigation_gesture.h', 457 'common/navigation_gesture.h',
458 'common/navigation_params.cc', 458 'common/navigation_params.cc',
459 'common/navigation_params.h', 459 'common/navigation_params.h',
460 'common/net/url_fetcher.cc', 460 'common/net/url_fetcher.cc',
461 'common/net/url_request_user_data.cc', 461 'common/net/url_request_user_data.cc',
462 'common/net/url_request_user_data.h', 462 'common/net/url_request_user_data.h',
463 'common/notification_constants.h', 463 'common/notification_constants.h',
464 'common/one_writer_seqlock.cc', 464 'common/one_writer_seqlock.cc',
465 'common/one_writer_seqlock.h', 465 'common/one_writer_seqlock.h',
466 'common/origin_trials/trial_token.cc',
467 'common/origin_trials/trial_token.h',
468 'common/origin_util.cc', 466 'common/origin_util.cc',
469 'common/p2p_messages.h', 467 'common/p2p_messages.h',
470 'common/page_state_serialization.cc', 468 'common/page_state_serialization.cc',
471 'common/page_state_serialization.h', 469 'common/page_state_serialization.h',
472 'common/page_zoom.cc', 470 'common/page_zoom.cc',
473 'common/pepper_file_util.cc', 471 'common/pepper_file_util.cc',
474 'common/pepper_file_util.h', 472 'common/pepper_file_util.h',
475 'common/pepper_messages.h', 473 'common/pepper_messages.h',
476 'common/pepper_plugin_list.cc', 474 'common/pepper_plugin_list.cc',
477 'common/pepper_plugin_list.h', 475 'common/pepper_plugin_list.h',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1115 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1118 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1116 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1119 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1117 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1120 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1118 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1121 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1119 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1122 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1120 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1123 ], 1121 ],
1124 }], 1122 }],
1125 ], 1123 ],
1126 } 1124 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698