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

Side by Side Diff: content/content_common.gypi

Issue 2138973002: Initial CL for talking to the WebAPK server to generate WebAPK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into webapk_builder_impl2 Created 4 years, 4 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) 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 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'public/common/file_chooser_params.cc', 139 'public/common/file_chooser_params.cc',
140 'public/common/file_chooser_params.h', 140 'public/common/file_chooser_params.h',
141 'public/common/frame_navigate_params.cc', 141 'public/common/frame_navigate_params.cc',
142 'public/common/frame_navigate_params.h', 142 'public/common/frame_navigate_params.h',
143 'public/common/injection_test_mac.h', 143 'public/common/injection_test_mac.h',
144 'public/common/injection_test_win.h', 144 'public/common/injection_test_win.h',
145 'public/common/javascript_message_type.h', 145 'public/common/javascript_message_type.h',
146 'public/common/main_function_params.h', 146 'public/common/main_function_params.h',
147 'public/common/manifest.cc', 147 'public/common/manifest.cc',
148 'public/common/manifest.h', 148 'public/common/manifest.h',
149 'public/common/manifest_util.cc',
150 'public/common/manifest_util.h',
149 'public/common/media_metadata.cc', 151 'public/common/media_metadata.cc',
150 'public/common/media_metadata.h', 152 'public/common/media_metadata.h',
151 'public/common/media_stream_request.cc', 153 'public/common/media_stream_request.cc',
152 'public/common/media_stream_request.h', 154 'public/common/media_stream_request.h',
153 'public/common/menu_item.cc', 155 'public/common/menu_item.cc',
154 'public/common/menu_item.h', 156 'public/common/menu_item.h',
155 'public/common/mhtml_generation_params.cc', 157 'public/common/mhtml_generation_params.cc',
156 'public/common/mhtml_generation_params.h', 158 'public/common/mhtml_generation_params.h',
157 'public/common/mojo_application_info.cc', 159 'public/common/mojo_application_info.cc',
158 'public/common/mojo_application_info.h', 160 'public/common/mojo_application_info.h',
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 ], 667 ],
666 }], 668 }],
667 ['enable_ipc_fuzzer==1', { 669 ['enable_ipc_fuzzer==1', {
668 'sources': [ 670 'sources': [
669 'common/external_ipc_dumper.cc', 671 'common/external_ipc_dumper.cc',
670 'common/external_ipc_dumper.h', 672 'common/external_ipc_dumper.h',
671 ], 673 ],
672 }], 674 }],
673 ], 675 ],
674 } 676 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698