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

Side by Side Diff: content/content_shell.gypi

Issue 258373002: Towards moving guest management to chrome: Introduce GuestViewManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with ToT Created 6 years, 7 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 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'shell/app/shell_breakpad_client.h', 79 'shell/app/shell_breakpad_client.h',
80 'shell/app/shell_main_delegate.cc', 80 'shell/app/shell_main_delegate.cc',
81 'shell/app/shell_main_delegate.h', 81 'shell/app/shell_main_delegate.h',
82 'shell/app/shell_main_delegate_mac.h', 82 'shell/app/shell_main_delegate_mac.h',
83 'shell/app/shell_main_delegate_mac.mm', 83 'shell/app/shell_main_delegate_mac.mm',
84 'shell/app/webkit_test_platform_support_android.cc', 84 'shell/app/webkit_test_platform_support_android.cc',
85 'shell/app/webkit_test_platform_support.h', 85 'shell/app/webkit_test_platform_support.h',
86 'shell/app/webkit_test_platform_support_linux.cc', 86 'shell/app/webkit_test_platform_support_linux.cc',
87 'shell/app/webkit_test_platform_support_mac.mm', 87 'shell/app/webkit_test_platform_support_mac.mm',
88 'shell/app/webkit_test_platform_support_win.cc', 88 'shell/app/webkit_test_platform_support_win.cc',
89 'shell/browser/browser_plugin/test_guest_manager_delegate.cc',
90 'shell/browser/browser_plugin/test_guest_manager_delegate.h',
89 'shell/browser/notify_done_forwarder.cc', 91 'shell/browser/notify_done_forwarder.cc',
90 'shell/browser/notify_done_forwarder.h', 92 'shell/browser/notify_done_forwarder.h',
91 'shell/browser/shell_android.cc', 93 'shell/browser/shell_android.cc',
92 'shell/browser/shell_application_mac.h', 94 'shell/browser/shell_application_mac.h',
93 'shell/browser/shell_application_mac.mm', 95 'shell/browser/shell_application_mac.mm',
94 'shell/browser/shell_aura.cc', 96 'shell/browser/shell_aura.cc',
95 'shell/browser/shell_browser_context.cc', 97 'shell/browser/shell_browser_context.cc',
96 'shell/browser/shell_browser_context.h', 98 'shell/browser/shell_browser_context.h',
97 'shell/browser/shell_browser_main.cc', 99 'shell/browser/shell_browser_main.cc',
98 'shell/browser/shell_browser_main.h', 100 'shell/browser/shell_browser_main.h',
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1101 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1103 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1102 '--destination_dir', '<(dest_dir)', 1104 '--destination_dir', '<(dest_dir)',
1103 ], 1105 ],
1104 }, 1106 },
1105 ], 1107 ],
1106 }, 1108 },
1107 ], 1109 ],
1108 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1110 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1109 ] 1111 ]
1110 } 1112 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698