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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 482006: Make a shared app menu model and update win and mac to use it. Remove the NSM... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 25 matching lines...) Expand all
36 '<@(nacl_defines)', 36 '<@(nacl_defines)',
37 ], 37 ],
38 'sources': [ 38 'sources': [
39 # All .cc, .h, .m, and .mm files under browser except for tests and 39 # All .cc, .h, .m, and .mm files under browser except for tests and
40 # mocks. 40 # mocks.
41 'browser/alternate_nav_url_fetcher.cc', 41 'browser/alternate_nav_url_fetcher.cc',
42 'browser/alternate_nav_url_fetcher.h', 42 'browser/alternate_nav_url_fetcher.h',
43 'browser/app_controller_cppsafe_mac.h', 43 'browser/app_controller_cppsafe_mac.h',
44 'browser/app_controller_mac.h', 44 'browser/app_controller_mac.h',
45 'browser/app_controller_mac.mm', 45 'browser/app_controller_mac.mm',
46 'browser/app_menu_model.cc',
47 'browser/app_menu_model.h',
46 'browser/app_modal_dialog.cc', 48 'browser/app_modal_dialog.cc',
47 'browser/app_modal_dialog.h', 49 'browser/app_modal_dialog.h',
48 'browser/app_modal_dialog_gtk.cc', 50 'browser/app_modal_dialog_gtk.cc',
49 'browser/app_modal_dialog_mac.mm', 51 'browser/app_modal_dialog_mac.mm',
50 'browser/app_modal_dialog_win.cc', 52 'browser/app_modal_dialog_win.cc',
51 'browser/app_modal_dialog_queue.cc', 53 'browser/app_modal_dialog_queue.cc',
52 'browser/app_modal_dialog_queue.h', 54 'browser/app_modal_dialog_queue.h',
53 'browser/autocomplete/autocomplete.cc', 55 'browser/autocomplete/autocomplete.cc',
54 'browser/autocomplete/autocomplete.h', 56 'browser/autocomplete/autocomplete.h',
55 'browser/autocomplete/autocomplete_accessibility.cc', 57 'browser/autocomplete/autocomplete_accessibility.cc',
(...skipping 2352 matching lines...) Expand 10 before | Expand all | Expand 10 after
2408 ], 2410 ],
2409 }, 2411 },
2410 ], 2412 ],
2411 } 2413 }
2412 2414
2413 # Local Variables: 2415 # Local Variables:
2414 # tab-width:2 2416 # tab-width:2
2415 # indent-tabs-mode:nil 2417 # indent-tabs-mode:nil
2416 # End: 2418 # End:
2417 # vim: set expandtab tabstop=2 shiftwidth=2: 2419 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/toolbar_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698