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 2385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2396 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 2396 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
2397 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 2397 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
2398 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 2398 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
2399 'browser/ui/bookmarks/bookmark_bar.h', | 2399 'browser/ui/bookmarks/bookmark_bar.h', |
2400 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 2400 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
2401 'browser/ui/bookmarks/bookmark_tab_helper.h', | 2401 'browser/ui/bookmarks/bookmark_tab_helper.h', |
2402 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 2402 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
2403 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 2403 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
2404 'browser/ui/browser.cc', | 2404 'browser/ui/browser.cc', |
2405 'browser/ui/browser.h', | 2405 'browser/ui/browser.h', |
| 2406 'browser/ui/fullscreen_controller.cc', |
| 2407 'browser/ui/fullscreen_controller.h', |
2406 'browser/ui/browser_dialogs.h', | 2408 'browser/ui/browser_dialogs.h', |
2407 'browser/ui/browser_init.cc', | 2409 'browser/ui/browser_init.cc', |
2408 'browser/ui/browser_init.h', | 2410 'browser/ui/browser_init.h', |
2409 'browser/ui/browser_list.cc', | 2411 'browser/ui/browser_list.cc', |
2410 'browser/ui/browser_list.h', | 2412 'browser/ui/browser_list.h', |
2411 'browser/ui/browser_list_gtk.cc', | 2413 'browser/ui/browser_list_gtk.cc', |
2412 'browser/ui/browser_list_mac.mm', | 2414 'browser/ui/browser_list_mac.mm', |
2413 'browser/ui/browser_list_stub.cc', | 2415 'browser/ui/browser_list_stub.cc', |
2414 'browser/ui/browser_list_win.cc', | 2416 'browser/ui/browser_list_win.cc', |
2415 'browser/ui/browser_navigator.cc', | 2417 'browser/ui/browser_navigator.cc', |
(...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5282 'type': 'static_library', | 5284 'type': 'static_library', |
5283 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5285 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5284 'variables': { | 5286 'variables': { |
5285 'proto_in_dir': 'browser/history', | 5287 'proto_in_dir': 'browser/history', |
5286 'proto_out_dir': 'chrome/browser/history', | 5288 'proto_out_dir': 'chrome/browser/history', |
5287 }, | 5289 }, |
5288 'includes': [ '../build/protoc.gypi' ] | 5290 'includes': [ '../build/protoc.gypi' ] |
5289 }, | 5291 }, |
5290 ], | 5292 ], |
5291 } | 5293 } |
OLD | NEW |