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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 500030: Factor tab context menu into a shared model and fix mac and win to use it. Im... (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
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 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 'browser/tab_contents/tab_util.cc', 1509 'browser/tab_contents/tab_util.cc',
1510 'browser/tab_contents/tab_util.h', 1510 'browser/tab_contents/tab_util.h',
1511 'browser/tab_contents/thumbnail_generator.cc', 1511 'browser/tab_contents/thumbnail_generator.cc',
1512 'browser/tab_contents/thumbnail_generator.h', 1512 'browser/tab_contents/thumbnail_generator.h',
1513 'browser/tab_contents/web_drag_source_win.cc', 1513 'browser/tab_contents/web_drag_source_win.cc',
1514 'browser/tab_contents/web_drag_source_win.h', 1514 'browser/tab_contents/web_drag_source_win.h',
1515 'browser/tab_contents/web_drag_dest_gtk.cc', 1515 'browser/tab_contents/web_drag_dest_gtk.cc',
1516 'browser/tab_contents/web_drag_dest_gtk.h', 1516 'browser/tab_contents/web_drag_dest_gtk.h',
1517 'browser/tab_contents/web_drop_target_win.cc', 1517 'browser/tab_contents/web_drop_target_win.cc',
1518 'browser/tab_contents/web_drop_target_win.h', 1518 'browser/tab_contents/web_drop_target_win.h',
1519 'browser/tab_menu_model.cc',
1520 'browser/tab_menu_model.h',
1519 'browser/tabs/tab_strip_model.cc', 1521 'browser/tabs/tab_strip_model.cc',
1520 'browser/tabs/tab_strip_model.h', 1522 'browser/tabs/tab_strip_model.h',
1521 'browser/tabs/tab_strip_model_order_controller.cc', 1523 'browser/tabs/tab_strip_model_order_controller.cc',
1522 'browser/tabs/tab_strip_model_order_controller.h', 1524 'browser/tabs/tab_strip_model_order_controller.h',
1523 'browser/task_manager.cc', 1525 'browser/task_manager.cc',
1524 'browser/task_manager.h', 1526 'browser/task_manager.h',
1525 'browser/task_manager_resource_providers.cc', 1527 'browser/task_manager_resource_providers.cc',
1526 'browser/task_manager_resource_providers.h', 1528 'browser/task_manager_resource_providers.h',
1527 'browser/theme_resources_util.cc', 1529 'browser/theme_resources_util.cc',
1528 'browser/theme_resources_util.h', 1530 'browser/theme_resources_util.h',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2415 ], 2417 ],
2416 }, 2418 },
2417 ], 2419 ],
2418 } 2420 }
2419 2421
2420 # Local Variables: 2422 # Local Variables:
2421 # tab-width:2 2423 # tab-width:2
2422 # indent-tabs-mode:nil 2424 # indent-tabs-mode:nil
2423 # End: 2425 # End:
2424 # vim: set expandtab tabstop=2 shiftwidth=2: 2426 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698