| 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 2330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2341 'browser/transport_security_persister.h', | 2341 'browser/transport_security_persister.h', |
| 2342 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', | 2342 'browser/ui/app_modal_dialogs/app_modal_dialog.cc', |
| 2343 'browser/ui/app_modal_dialogs/app_modal_dialog.h', | 2343 'browser/ui/app_modal_dialogs/app_modal_dialog.h', |
| 2344 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 2344 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 2345 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 2345 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 2346 'browser/ui/app_modal_dialogs/js_modal_dialog.cc', | 2346 'browser/ui/app_modal_dialogs/js_modal_dialog.cc', |
| 2347 'browser/ui/app_modal_dialogs/js_modal_dialog.h', | 2347 'browser/ui/app_modal_dialogs/js_modal_dialog.h', |
| 2348 'browser/ui/app_modal_dialogs/message_box_handler.cc', | 2348 'browser/ui/app_modal_dialogs/message_box_handler.cc', |
| 2349 'browser/ui/app_modal_dialogs/message_box_handler.h', | 2349 'browser/ui/app_modal_dialogs/message_box_handler.h', |
| 2350 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 2350 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 2351 'browser/ui/aura/chrome_shell_delegate.cc', |
| 2352 'browser/ui/aura/chrome_shell_delegate.h', |
| 2353 'browser/ui/aura/launcher_icon_updater.cc', |
| 2354 'browser/ui/aura/launcher_icon_updater.h', |
| 2351 'browser/ui/auto_login_prompter.cc', | 2355 'browser/ui/auto_login_prompter.cc', |
| 2352 'browser/ui/auto_login_prompter.h', | 2356 'browser/ui/auto_login_prompter.h', |
| 2353 'browser/ui/blocked_content/blocked_content_container.cc', | 2357 'browser/ui/blocked_content/blocked_content_container.cc', |
| 2354 'browser/ui/blocked_content/blocked_content_container.h', | 2358 'browser/ui/blocked_content/blocked_content_container.h', |
| 2355 'browser/ui/blocked_content/blocked_content_tab_helper.cc', | 2359 'browser/ui/blocked_content/blocked_content_tab_helper.cc', |
| 2356 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 2360 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
| 2357 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 2361 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
| 2358 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 2362 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
| 2359 'browser/ui/bookmarks/bookmark_bar.h', | 2363 'browser/ui/bookmarks/bookmark_bar.h', |
| 2360 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 2364 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
| (...skipping 2797 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5158 'type': 'static_library', | 5162 'type': 'static_library', |
| 5159 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5163 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5160 'variables': { | 5164 'variables': { |
| 5161 'proto_in_dir': 'browser/history', | 5165 'proto_in_dir': 'browser/history', |
| 5162 'proto_out_dir': 'chrome/browser/history', | 5166 'proto_out_dir': 'chrome/browser/history', |
| 5163 }, | 5167 }, |
| 5164 'includes': [ '../build/protoc.gypi' ] | 5168 'includes': [ '../build/protoc.gypi' ] |
| 5165 }, | 5169 }, |
| 5166 ], | 5170 ], |
| 5167 } | 5171 } |
| OLD | NEW |