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 1756793004: Chrome-side patch for IsAppInstalled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@splitpatch2
Patch Set: 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
« no previous file with comments | « content/content.gyp ('k') | content/content_common_mojo_bindings.gyp » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 'common/input/synthetic_web_input_event_builders.cc', 478 'common/input/synthetic_web_input_event_builders.cc',
479 'common/input/synthetic_web_input_event_builders.h', 479 'common/input/synthetic_web_input_event_builders.h',
480 'common/input/touch_event_stream_validator.cc', 480 'common/input/touch_event_stream_validator.cc',
481 'common/input/touch_event_stream_validator.h', 481 'common/input/touch_event_stream_validator.h',
482 'common/input/web_input_event_queue.h', 482 'common/input/web_input_event_queue.h',
483 'common/input/web_input_event_traits.cc', 483 'common/input/web_input_event_traits.cc',
484 'common/input/web_input_event_traits.h', 484 'common/input/web_input_event_traits.h',
485 'common/input/web_touch_event_traits.cc', 485 'common/input/web_touch_event_traits.cc',
486 'common/input/web_touch_event_traits.h', 486 'common/input/web_touch_event_traits.h',
487 'common/input_messages.h', 487 'common/input_messages.h',
488 'common/installedapp/installed_app_provider_impl.h',
489 'common/installedapp/installed_app_provider_impl_default.cc',
488 'common/inter_process_time_ticks_converter.cc', 490 'common/inter_process_time_ticks_converter.cc',
489 'common/inter_process_time_ticks_converter.h', 491 'common/inter_process_time_ticks_converter.h',
490 'common/mac/attributed_string_coder.h', 492 'common/mac/attributed_string_coder.h',
491 'common/mac/attributed_string_coder.mm', 493 'common/mac/attributed_string_coder.mm',
492 'common/mac/font_descriptor.h', 494 'common/mac/font_descriptor.h',
493 'common/mac/font_descriptor.mm', 495 'common/mac/font_descriptor.mm',
494 'common/mac/font_loader.h', 496 'common/mac/font_loader.h',
495 'common/mac/font_loader.mm', 497 'common/mac/font_loader.mm',
496 'common/manifest_manager_messages.h', 498 'common/manifest_manager_messages.h',
497 'common/media/aec_dump_messages.h', 499 'common/media/aec_dump_messages.h',
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
1099 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1101 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1102 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1104 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1105 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1104 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1105 ], 1107 ],
1106 }], 1108 }],
1107 ], 1109 ],
1108 } 1110 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | content/content_common_mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698