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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7779040: Start moving code from BrowserMain to content, so that it can be reused by all embedders of conte... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix windows unittest 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
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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'browser/bookmarks/bookmark_utils.h', 284 'browser/bookmarks/bookmark_utils.h',
285 'browser/bookmarks/recently_used_folders_combo_model.cc', 285 'browser/bookmarks/recently_used_folders_combo_model.cc',
286 'browser/bookmarks/recently_used_folders_combo_model.h', 286 'browser/bookmarks/recently_used_folders_combo_model.h',
287 'browser/browser_about_handler.cc', 287 'browser/browser_about_handler.cc',
288 'browser/browser_about_handler.h', 288 'browser/browser_about_handler.h',
289 'browser/browser_main.cc', 289 'browser/browser_main.cc',
290 'browser/browser_main.h', 290 'browser/browser_main.h',
291 'browser/browser_main_gtk.cc', 291 'browser/browser_main_gtk.cc',
292 'browser/browser_main_gtk.h', 292 'browser/browser_main_gtk.h',
293 'browser/browser_main_mac.mm', 293 'browser/browser_main_mac.mm',
294 'browser/browser_main_mac.h',
294 'browser/browser_main_posix.cc', 295 'browser/browser_main_posix.cc',
295 'browser/browser_main_posix.h', 296 'browser/browser_main_posix.h',
296 'browser/browser_main_win.cc', 297 'browser/browser_main_win.cc',
297 'browser/browser_main_win.h', 298 'browser/browser_main_win.h',
298 'browser/browser_process.cc', 299 'browser/browser_process.cc',
299 'browser/browser_process.h', 300 'browser/browser_process.h',
300 'browser/browser_process_impl.cc', 301 'browser/browser_process_impl.cc',
301 'browser/browser_process_impl.h', 302 'browser/browser_process_impl.h',
302 'browser/browser_process_sub_thread.cc', 303 'browser/browser_process_sub_thread.cc',
303 'browser/browser_process_sub_thread.h', 304 'browser/browser_process_sub_thread.h',
(...skipping 4635 matching lines...) Expand 10 before | Expand all | Expand 10 after
4939 # weak imports in dependents, who still must #include 4940 # weak imports in dependents, who still must #include
4940 # closure_blocks_leopard_compat.h to get weak imports. 4941 # closure_blocks_leopard_compat.h to get weak imports.
4941 'type': 'none', 4942 'type': 'none',
4942 }], 4943 }],
4943 ], 4944 ],
4944 }, 4945 },
4945 ], 4946 ],
4946 }], 4947 }],
4947 ], 4948 ],
4948 } 4949 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698