OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2412 'browser/ui/auto_login_prompter.cc', | 2412 'browser/ui/auto_login_prompter.cc', |
2413 'browser/ui/auto_login_prompter.h', | 2413 'browser/ui/auto_login_prompter.h', |
2414 'browser/ui/base_window.h', | 2414 'browser/ui/base_window.h', |
2415 'browser/ui/blocked_content/blocked_content_container.cc', | 2415 'browser/ui/blocked_content/blocked_content_container.cc', |
2416 'browser/ui/blocked_content/blocked_content_container.h', | 2416 'browser/ui/blocked_content/blocked_content_container.h', |
2417 'browser/ui/blocked_content/blocked_content_tab_helper.cc', | 2417 'browser/ui/blocked_content/blocked_content_tab_helper.cc', |
2418 'browser/ui/blocked_content/blocked_content_tab_helper.h', | 2418 'browser/ui/blocked_content/blocked_content_tab_helper.h', |
2419 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', | 2419 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.cc', |
2420 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', | 2420 'browser/ui/blocked_content/blocked_content_tab_helper_delegate.h', |
2421 'browser/ui/bookmarks/bookmark_bar.h', | 2421 'browser/ui/bookmarks/bookmark_bar.h', |
| 2422 'browser/ui/bookmarks/bookmark_bar_instructions_delegate.h', |
2422 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 2423 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
2423 'browser/ui/bookmarks/bookmark_tab_helper.h', | 2424 'browser/ui/bookmarks/bookmark_tab_helper.h', |
2424 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 2425 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
2425 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 2426 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
2426 'browser/ui/browser.cc', | 2427 'browser/ui/browser.cc', |
2427 'browser/ui/browser.h', | 2428 'browser/ui/browser.h', |
2428 'browser/ui/browser_commands.cc', | 2429 'browser/ui/browser_commands.cc', |
2429 'browser/ui/browser_commands.h', | 2430 'browser/ui/browser_commands.h', |
2430 'browser/ui/browser_command_controller.cc', | 2431 'browser/ui/browser_command_controller.cc', |
2431 'browser/ui/browser_command_controller.h', | 2432 'browser/ui/browser_command_controller.h', |
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5415 'browser/metrics/proto/study.proto', | 5416 'browser/metrics/proto/study.proto', |
5416 ], | 5417 ], |
5417 'variables': { | 5418 'variables': { |
5418 'proto_in_dir': 'browser/metrics/proto', | 5419 'proto_in_dir': 'browser/metrics/proto', |
5419 'proto_out_dir': 'chrome/browser/metrics/proto', | 5420 'proto_out_dir': 'chrome/browser/metrics/proto', |
5420 }, | 5421 }, |
5421 'includes': [ '../build/protoc.gypi' ] | 5422 'includes': [ '../build/protoc.gypi' ] |
5422 }, | 5423 }, |
5423 ], | 5424 ], |
5424 } | 5425 } |
OLD | NEW |