| 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 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2407 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 2407 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
| 2408 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 2408 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
| 2409 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 2409 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
| 2410 'browser/ui/bookmarks/bookmark_bar.h', | 2410 'browser/ui/bookmarks/bookmark_bar.h', |
| 2411 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 2411 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
| 2412 'browser/ui/bookmarks/bookmark_tab_helper.h', | 2412 'browser/ui/bookmarks/bookmark_tab_helper.h', |
| 2413 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 2413 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
| 2414 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 2414 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
| 2415 'browser/ui/browser.cc', | 2415 'browser/ui/browser.cc', |
| 2416 'browser/ui/browser.h', | 2416 'browser/ui/browser.h', |
| 2417 'browser/ui/fullscreen_controller.cc', |
| 2418 'browser/ui/fullscreen_controller.h', |
| 2417 'browser/ui/browser_dialogs.h', | 2419 'browser/ui/browser_dialogs.h', |
| 2418 'browser/ui/browser_init.cc', | 2420 'browser/ui/browser_init.cc', |
| 2419 'browser/ui/browser_init.h', | 2421 'browser/ui/browser_init.h', |
| 2420 'browser/ui/browser_list.cc', | 2422 'browser/ui/browser_list.cc', |
| 2421 'browser/ui/browser_list.h', | 2423 'browser/ui/browser_list.h', |
| 2422 'browser/ui/browser_list_gtk.cc', | 2424 'browser/ui/browser_list_gtk.cc', |
| 2423 'browser/ui/browser_list_mac.mm', | 2425 'browser/ui/browser_list_mac.mm', |
| 2424 'browser/ui/browser_list_stub.cc', | 2426 'browser/ui/browser_list_stub.cc', |
| 2425 'browser/ui/browser_list_win.cc', | 2427 'browser/ui/browser_list_win.cc', |
| 2426 'browser/ui/browser_navigator.cc', | 2428 'browser/ui/browser_navigator.cc', |
| (...skipping 2809 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5236 'type': 'static_library', | 5238 'type': 'static_library', |
| 5237 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5239 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5238 'variables': { | 5240 'variables': { |
| 5239 'proto_in_dir': 'browser/history', | 5241 'proto_in_dir': 'browser/history', |
| 5240 'proto_out_dir': 'chrome/browser/history', | 5242 'proto_out_dir': 'chrome/browser/history', |
| 5241 }, | 5243 }, |
| 5242 'includes': [ '../build/protoc.gypi' ] | 5244 'includes': [ '../build/protoc.gypi' ] |
| 5243 }, | 5245 }, |
| 5244 ], | 5246 ], |
| 5245 } | 5247 } |
| OLD | NEW |