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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6366019: Part 1 of repairing regressions to my old clang check plugins so Nico can (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Nico's changes that I patched in for testing. Created 9 years, 11 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2572 'browser/tab_contents/thumbnail_generator.cc', 2572 'browser/tab_contents/thumbnail_generator.cc',
2573 'browser/tab_contents/thumbnail_generator.h', 2573 'browser/tab_contents/thumbnail_generator.h',
2574 'browser/tab_contents/web_drag_source_win.cc', 2574 'browser/tab_contents/web_drag_source_win.cc',
2575 'browser/tab_contents/web_drag_source_win.h', 2575 'browser/tab_contents/web_drag_source_win.h',
2576 'browser/tab_contents/web_drag_dest_gtk.cc', 2576 'browser/tab_contents/web_drag_dest_gtk.cc',
2577 'browser/tab_contents/web_drag_dest_gtk.h', 2577 'browser/tab_contents/web_drag_dest_gtk.h',
2578 'browser/tab_contents/web_drag_utils_win.cc', 2578 'browser/tab_contents/web_drag_utils_win.cc',
2579 'browser/tab_contents/web_drag_utils_win.h', 2579 'browser/tab_contents/web_drag_utils_win.h',
2580 'browser/tab_contents/web_drop_target_win.cc', 2580 'browser/tab_contents/web_drop_target_win.cc',
2581 'browser/tab_contents/web_drop_target_win.h', 2581 'browser/tab_contents/web_drop_target_win.h',
2582 'browser/tab_contents/web_navigation_observer.cc',
2582 'browser/tab_contents/web_navigation_observer.h', 2583 'browser/tab_contents/web_navigation_observer.h',
2583 'browser/tabs/default_tab_handler.cc', 2584 'browser/tabs/default_tab_handler.cc',
2584 'browser/tabs/default_tab_handler.h', 2585 'browser/tabs/default_tab_handler.h',
2585 'browser/tabs/pinned_tab_codec.cc', 2586 'browser/tabs/pinned_tab_codec.cc',
2586 'browser/tabs/pinned_tab_codec.h', 2587 'browser/tabs/pinned_tab_codec.h',
2587 'browser/tabs/pinned_tab_service.cc', 2588 'browser/tabs/pinned_tab_service.cc',
2588 'browser/tabs/pinned_tab_service.h', 2589 'browser/tabs/pinned_tab_service.h',
2589 'browser/tabs/tab_handler.h', 2590 'browser/tabs/tab_handler.h',
2590 'browser/tabs/tab_strip_model.cc', 2591 'browser/tabs/tab_strip_model.cc',
2591 'browser/tabs/tab_strip_model.h', 2592 'browser/tabs/tab_strip_model.h',
(...skipping 1983 matching lines...) Expand 10 before | Expand all | Expand 10 after
4575 ], 4576 ],
4576 }, 4577 },
4577 ], 4578 ],
4578 } 4579 }
4579 4580
4580 # Local Variables: 4581 # Local Variables:
4581 # tab-width:2 4582 # tab-width:2
4582 # indent-tabs-mode:nil 4583 # indent-tabs-mode:nil
4583 # End: 4584 # End:
4584 # vim: set expandtab tabstop=2 shiftwidth=2: 4585 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698