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

Side by Side Diff: content/content_common.gypi

Issue 537053002: Implement ManifestManager to handle manifest in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manifest_fetcher
Patch Set: fix content_browsertests compile Created 6 years, 3 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_browser.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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'common/input/web_touch_event_traits.h', 372 'common/input/web_touch_event_traits.h',
373 'common/input_messages.h', 373 'common/input_messages.h',
374 'common/inter_process_time_ticks_converter.cc', 374 'common/inter_process_time_ticks_converter.cc',
375 'common/inter_process_time_ticks_converter.h', 375 'common/inter_process_time_ticks_converter.h',
376 'common/mac/attributed_string_coder.h', 376 'common/mac/attributed_string_coder.h',
377 'common/mac/attributed_string_coder.mm', 377 'common/mac/attributed_string_coder.mm',
378 'common/mac/font_descriptor.h', 378 'common/mac/font_descriptor.h',
379 'common/mac/font_descriptor.mm', 379 'common/mac/font_descriptor.mm',
380 'common/mac/font_loader.h', 380 'common/mac/font_loader.h',
381 'common/mac/font_loader.mm', 381 'common/mac/font_loader.mm',
382 'common/manifest_manager_messages.h',
382 'common/media/aec_dump_messages.h', 383 'common/media/aec_dump_messages.h',
383 'common/media/audio_messages.h', 384 'common/media/audio_messages.h',
384 'common/media/cdm_messages.h', 385 'common/media/cdm_messages.h',
385 'common/media/cdm_messages_enums.h', 386 'common/media/cdm_messages_enums.h',
386 'common/media/media_param_traits.cc', 387 'common/media/media_param_traits.cc',
387 'common/media/media_param_traits.h', 388 'common/media/media_param_traits.h',
388 'common/media/media_player_messages_android.h', 389 'common/media/media_player_messages_android.h',
389 'common/media/media_player_messages_enums_android.h', 390 'common/media/media_player_messages_enums_android.h',
390 'common/media/media_stream_messages.h', 391 'common/media/media_stream_messages.h',
391 'common/media/media_stream_options.cc', 392 'common/media/media_stream_options.cc',
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
908 ], 909 ],
909 'sources': [ 910 'sources': [
910 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
911 ], 912 ],
912 'sources!': [ 913 'sources!': [
913 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', 914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc',
914 ], 915 ],
915 }], 916 }],
916 ], 917 ],
917 } 918 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698