OLD | NEW |
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 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2421 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 2421 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
2422 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 2422 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
2423 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 2423 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
2424 'browser/ui/bookmarks/bookmark_bar.h', | 2424 'browser/ui/bookmarks/bookmark_bar.h', |
2425 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 2425 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
2426 'browser/ui/bookmarks/bookmark_tab_helper.h', | 2426 'browser/ui/bookmarks/bookmark_tab_helper.h', |
2427 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 2427 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
2428 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 2428 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
2429 'browser/ui/browser.cc', | 2429 'browser/ui/browser.cc', |
2430 'browser/ui/browser.h', | 2430 'browser/ui/browser.h', |
| 2431 'browser/ui/fullscreen_controller.cc', |
| 2432 'browser/ui/fullscreen_controller.h', |
2431 'browser/ui/browser_dialogs.h', | 2433 'browser/ui/browser_dialogs.h', |
2432 'browser/ui/browser_init.cc', | 2434 'browser/ui/browser_init.cc', |
2433 'browser/ui/browser_init.h', | 2435 'browser/ui/browser_init.h', |
2434 'browser/ui/browser_list.cc', | 2436 'browser/ui/browser_list.cc', |
2435 'browser/ui/browser_list.h', | 2437 'browser/ui/browser_list.h', |
2436 'browser/ui/browser_list_gtk.cc', | 2438 'browser/ui/browser_list_gtk.cc', |
2437 'browser/ui/browser_list_mac.mm', | 2439 'browser/ui/browser_list_mac.mm', |
2438 'browser/ui/browser_list_stub.cc', | 2440 'browser/ui/browser_list_stub.cc', |
2439 'browser/ui/browser_list_win.cc', | 2441 'browser/ui/browser_list_win.cc', |
2440 'browser/ui/browser_navigator.cc', | 2442 'browser/ui/browser_navigator.cc', |
(...skipping 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5264 'type': 'static_library', | 5266 'type': 'static_library', |
5265 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5267 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5266 'variables': { | 5268 'variables': { |
5267 'proto_in_dir': 'browser/history', | 5269 'proto_in_dir': 'browser/history', |
5268 'proto_out_dir': 'chrome/browser/history', | 5270 'proto_out_dir': 'chrome/browser/history', |
5269 }, | 5271 }, |
5270 'includes': [ '../build/protoc.gypi' ] | 5272 'includes': [ '../build/protoc.gypi' ] |
5271 }, | 5273 }, |
5272 ], | 5274 ], |
5273 } | 5275 } |
OLD | NEW |