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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8028012: More Aura fixes, renaming and stubbing (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 9 years, 3 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
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_x.cc ('k') | no next file » | 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) 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 3784 matching lines...) Expand 10 before | Expand all | Expand 10 after
3795 'browser/ui/webui/web_ui_util.h', 3795 'browser/ui/webui/web_ui_util.h',
3796 'browser/ui/webui/workers_ui.cc', 3796 'browser/ui/webui/workers_ui.cc',
3797 'browser/ui/webui/workers_ui.h', 3797 'browser/ui/webui/workers_ui.h',
3798 'browser/ui/window_sizer.cc', 3798 'browser/ui/window_sizer.cc',
3799 'browser/ui/window_sizer.h', 3799 'browser/ui/window_sizer.h',
3800 'browser/ui/window_sizer_aura.cc', 3800 'browser/ui/window_sizer_aura.cc',
3801 'browser/ui/window_sizer_gtk.cc', 3801 'browser/ui/window_sizer_gtk.cc',
3802 'browser/ui/window_sizer_mac.mm', 3802 'browser/ui/window_sizer_mac.mm',
3803 'browser/ui/window_sizer_win.cc', 3803 'browser/ui/window_sizer_win.cc',
3804 'browser/ui/window_snapshot/window_snapshot.h', 3804 'browser/ui/window_snapshot/window_snapshot.h',
3805 'browser/ui/window_snapshot/window_snapshot_aura.cc',
3806 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
3805 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3807 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3806 'browser/ui/window_snapshot/window_snapshot_win.cc', 3808 'browser/ui/window_snapshot/window_snapshot_win.cc',
3807 'browser/ui/window_snapshot/window_snapshot_x.cc',
3808 'browser/upgrade_detector.cc', 3809 'browser/upgrade_detector.cc',
3809 'browser/upgrade_detector.h', 3810 'browser/upgrade_detector.h',
3810 'browser/upgrade_detector_impl.cc', 3811 'browser/upgrade_detector_impl.cc',
3811 'browser/upgrade_detector_impl.h', 3812 'browser/upgrade_detector_impl.h',
3812 'browser/user_style_sheet_watcher.cc', 3813 'browser/user_style_sheet_watcher.cc',
3813 'browser/user_style_sheet_watcher.h', 3814 'browser/user_style_sheet_watcher.h',
3814 'browser/visitedlink/visitedlink_event_listener.cc', 3815 'browser/visitedlink/visitedlink_event_listener.cc',
3815 'browser/visitedlink/visitedlink_event_listener.h', 3816 'browser/visitedlink/visitedlink_event_listener.h',
3816 'browser/visitedlink/visitedlink_master.cc', 3817 'browser/visitedlink/visitedlink_master.cc',
3817 'browser/visitedlink/visitedlink_master.h', 3818 'browser/visitedlink/visitedlink_master.h',
(...skipping 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
5070 # weak imports in dependents, who still must #include 5071 # weak imports in dependents, who still must #include
5071 # closure_blocks_leopard_compat.h to get weak imports. 5072 # closure_blocks_leopard_compat.h to get weak imports.
5072 'type': 'none', 5073 'type': 'none',
5073 }], 5074 }],
5074 ], 5075 ],
5075 }, 5076 },
5076 ], 5077 ],
5077 }], 5078 }],
5078 ], 5079 ],
5079 } 5080 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/window_snapshot/window_snapshot_x.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698