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

Side by Side Diff: content/content_shell.gypi

Issue 1777503003: More strict restrictions for content -> content/shell dependencies. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unnecessary namespace-qualification. 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/common/swapped_out_messages.cc ('k') | content/shell/BUILD.gn » ('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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 'shell/browser/shell_speech_recognition_manager_delegate.cc', 188 'shell/browser/shell_speech_recognition_manager_delegate.cc',
189 'shell/browser/shell_speech_recognition_manager_delegate.h', 189 'shell/browser/shell_speech_recognition_manager_delegate.h',
190 'shell/browser/shell_url_request_context_getter.cc', 190 'shell/browser/shell_url_request_context_getter.cc',
191 'shell/browser/shell_url_request_context_getter.h', 191 'shell/browser/shell_url_request_context_getter.h',
192 'shell/browser/shell_views.cc', 192 'shell/browser/shell_views.cc',
193 'shell/browser/shell_web_contents_view_delegate.h', 193 'shell/browser/shell_web_contents_view_delegate.h',
194 'shell/browser/shell_web_contents_view_delegate_android.cc', 194 'shell/browser/shell_web_contents_view_delegate_android.cc',
195 'shell/browser/shell_web_contents_view_delegate_creator.h', 195 'shell/browser/shell_web_contents_view_delegate_creator.h',
196 'shell/browser/shell_web_contents_view_delegate_mac.mm', 196 'shell/browser/shell_web_contents_view_delegate_mac.mm',
197 'shell/browser/shell_web_contents_view_delegate_win.cc', 197 'shell/browser/shell_web_contents_view_delegate_win.cc',
198 'shell/common/layout_test/layout_test_content_client.cc',
199 'shell/common/layout_test/layout_test_content_client.h',
198 'shell/common/layout_test/layout_test_messages.cc', 200 'shell/common/layout_test/layout_test_messages.cc',
199 'shell/common/layout_test/layout_test_messages.h', 201 'shell/common/layout_test/layout_test_messages.h',
200 'shell/common/layout_test/layout_test_switches.cc', 202 'shell/common/layout_test/layout_test_switches.cc',
201 'shell/common/layout_test/layout_test_switches.h', 203 'shell/common/layout_test/layout_test_switches.h',
202 'shell/common/leak_detection_result.h', 204 'shell/common/leak_detection_result.h',
203 'shell/common/shell_content_client.cc', 205 'shell/common/shell_content_client.cc',
204 'shell/common/shell_content_client.h', 206 'shell/common/shell_content_client.h',
205 'shell/common/shell_messages.cc', 207 'shell/common/shell_messages.cc',
206 'shell/common/shell_messages.h', 208 'shell/common/shell_messages.h',
207 'shell/common/shell_switches.cc', 209 'shell/common/shell_switches.cc',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 979 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
978 '--destination_dir', '<(dest_dir)', 980 '--destination_dir', '<(dest_dir)',
979 ], 981 ],
980 }, 982 },
981 ], 983 ],
982 }, 984 },
983 ], 985 ],
984 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 986 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
985 ] 987 ]
986 } 988 }
OLDNEW
« no previous file with comments | « content/common/swapped_out_messages.cc ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698