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

Side by Side Diff: content/content_shell.gypi

Issue 9834080: Mac content shell: Implement CrApplication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: colons Created 8 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 | Annotate | Revision Log
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 'sources': [ 49 'sources': [
50 'shell/layout_test_controller_bindings.cc', 50 'shell/layout_test_controller_bindings.cc',
51 'shell/layout_test_controller_bindings.h', 51 'shell/layout_test_controller_bindings.h',
52 'shell/paths_mac.h', 52 'shell/paths_mac.h',
53 'shell/paths_mac.mm', 53 'shell/paths_mac.mm',
54 'shell/shell.cc', 54 'shell/shell.cc',
55 'shell/shell.h', 55 'shell/shell.h',
56 'shell/shell_gtk.cc', 56 'shell/shell_gtk.cc',
57 'shell/shell_mac.mm', 57 'shell/shell_mac.mm',
58 'shell/shell_win.cc', 58 'shell/shell_win.cc',
59 'shell/shell_application_mac.h',
60 'shell/shell_application_mac.mm',
59 'shell/shell_browser_context.cc', 61 'shell/shell_browser_context.cc',
60 'shell/shell_browser_context.h', 62 'shell/shell_browser_context.h',
61 'shell/shell_browser_main.cc', 63 'shell/shell_browser_main.cc',
62 'shell/shell_browser_main.h', 64 'shell/shell_browser_main.h',
63 'shell/shell_browser_main_parts.cc', 65 'shell/shell_browser_main_parts.cc',
64 'shell/shell_browser_main_parts.h', 66 'shell/shell_browser_main_parts.h',
65 'shell/shell_browser_main_parts_mac.mm', 67 'shell/shell_browser_main_parts_mac.mm',
66 'shell/shell_content_browser_client.cc', 68 'shell/shell_content_browser_client.cc',
67 'shell/shell_content_browser_client.h', 69 'shell/shell_content_browser_client.h',
68 'shell/shell_content_client.cc', 70 'shell/shell_content_client.cc',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 'action': [ 431 'action': [
430 '../build/mac/verify_no_objc.sh', 432 '../build/mac/verify_no_objc.sh',
431 ], 433 ],
432 }, 434 },
433 ], 435 ],
434 }, # target content_shell_helper_app 436 }, # target content_shell_helper_app
435 ], 437 ],
436 }], # OS=="mac" 438 }], # OS=="mac"
437 ], 439 ],
438 } 440 }
OLDNEW
« no previous file with comments | « no previous file | content/shell/shell_application_mac.h » ('j') | content/shell/shell_application_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698