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

Side by Side Diff: content/content_shell.gypi

Issue 2049783002: Refactor OriginTrialPolicy to be an abstract interface in content/public/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ef-add-revoked-feature-list
Patch Set: Switch to lazy initialization in ChromeContentClient Created 4 years, 6 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 '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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 'shell/browser/shell_web_contents_view_delegate_win.cc', 199 'shell/browser/shell_web_contents_view_delegate_win.cc',
200 'shell/common/layout_test/layout_test_content_client.cc', 200 'shell/common/layout_test/layout_test_content_client.cc',
201 'shell/common/layout_test/layout_test_content_client.h', 201 'shell/common/layout_test/layout_test_content_client.h',
202 'shell/common/layout_test/layout_test_messages.cc', 202 'shell/common/layout_test/layout_test_messages.cc',
203 'shell/common/layout_test/layout_test_messages.h', 203 'shell/common/layout_test/layout_test_messages.h',
204 'shell/common/layout_test/layout_test_switches.cc', 204 'shell/common/layout_test/layout_test_switches.cc',
205 'shell/common/layout_test/layout_test_switches.h', 205 'shell/common/layout_test/layout_test_switches.h',
206 'shell/common/leak_detection_result.h', 206 'shell/common/leak_detection_result.h',
207 'shell/common/shell_content_client.cc', 207 'shell/common/shell_content_client.cc',
208 'shell/common/shell_content_client.h', 208 'shell/common/shell_content_client.h',
209 'shell/common/shell_origin_trial_policy.cc',
210 'shell/common/shell_origin_trial_policy.h',
209 'shell/common/shell_messages.cc', 211 'shell/common/shell_messages.cc',
210 'shell/common/shell_messages.h', 212 'shell/common/shell_messages.h',
211 'shell/common/shell_switches.cc', 213 'shell/common/shell_switches.cc',
212 'shell/common/shell_switches.h', 214 'shell/common/shell_switches.h',
213 'shell/common/shell_test_configuration.cc', 215 'shell/common/shell_test_configuration.cc',
214 'shell/common/shell_test_configuration.h', 216 'shell/common/shell_test_configuration.h',
215 'shell/common/v8_breakpad_support_win.cc', 217 'shell/common/v8_breakpad_support_win.cc',
216 'shell/common/v8_breakpad_support_win.h', 218 'shell/common/v8_breakpad_support_win.h',
217 'shell/renderer/layout_test/blink_test_helpers.cc', 219 'shell/renderer/layout_test/blink_test_helpers.cc',
218 'shell/renderer/layout_test/blink_test_helpers.h', 220 'shell/renderer/layout_test/blink_test_helpers.h',
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 909 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
908 '--destination_dir', '<(dest_dir)', 910 '--destination_dir', '<(dest_dir)',
909 ], 911 ],
910 }, 912 },
911 ], 913 ],
912 }, 914 },
913 ], 915 ],
914 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 916 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
915 ] 917 ]
916 } 918 }
OLDNEW
« no previous file with comments | « content/common/origin_trials/trial_token_validator_unittest.cc ('k') | content/public/common/content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698