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 3300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3311 'browser/ui/tabs/dock_info.cc', | 3311 'browser/ui/tabs/dock_info.cc', |
3312 'browser/ui/tabs/dock_info.h', | 3312 'browser/ui/tabs/dock_info.h', |
3313 'browser/ui/tabs/hover_tab_selector.cc', | 3313 'browser/ui/tabs/hover_tab_selector.cc', |
3314 'browser/ui/tabs/hover_tab_selector.h', | 3314 'browser/ui/tabs/hover_tab_selector.h', |
3315 'browser/ui/tabs/pinned_tab_codec.cc', | 3315 'browser/ui/tabs/pinned_tab_codec.cc', |
3316 'browser/ui/tabs/pinned_tab_codec.h', | 3316 'browser/ui/tabs/pinned_tab_codec.h', |
3317 'browser/ui/tabs/pinned_tab_service.cc', | 3317 'browser/ui/tabs/pinned_tab_service.cc', |
3318 'browser/ui/tabs/pinned_tab_service.h', | 3318 'browser/ui/tabs/pinned_tab_service.h', |
3319 'browser/ui/tabs/pinned_tab_service_factory.cc', | 3319 'browser/ui/tabs/pinned_tab_service_factory.cc', |
3320 'browser/ui/tabs/pinned_tab_service_factory.h', | 3320 'browser/ui/tabs/pinned_tab_service_factory.h', |
3321 'browser/ui/tabs/tab_finder.cc', | |
3322 'browser/ui/tabs/tab_finder.h', | |
3323 'browser/ui/tabs/tab_menu_model.cc', | 3321 'browser/ui/tabs/tab_menu_model.cc', |
3324 'browser/ui/tabs/tab_menu_model.h', | 3322 'browser/ui/tabs/tab_menu_model.h', |
3325 'browser/ui/tabs/tab_resources.cc', | 3323 'browser/ui/tabs/tab_resources.cc', |
3326 'browser/ui/tabs/tab_resources.h', | 3324 'browser/ui/tabs/tab_resources.h', |
3327 'browser/ui/tabs/tab_strip_layout_type.h', | 3325 'browser/ui/tabs/tab_strip_layout_type.h', |
3328 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 3326 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
3329 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 3327 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
3330 'browser/ui/tabs/tab_strip_model.cc', | 3328 'browser/ui/tabs/tab_strip_model.cc', |
3331 'browser/ui/tabs/tab_strip_model.h', | 3329 'browser/ui/tabs/tab_strip_model.h', |
3332 'browser/ui/tabs/tab_strip_model_delegate.h', | 3330 'browser/ui/tabs/tab_strip_model_delegate.h', |
(...skipping 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5261 'browser/metrics/proto/study.proto', | 5259 'browser/metrics/proto/study.proto', |
5262 ], | 5260 ], |
5263 'variables': { | 5261 'variables': { |
5264 'proto_in_dir': 'browser/metrics/proto', | 5262 'proto_in_dir': 'browser/metrics/proto', |
5265 'proto_out_dir': 'chrome/browser/metrics/proto', | 5263 'proto_out_dir': 'chrome/browser/metrics/proto', |
5266 }, | 5264 }, |
5267 'includes': [ '../build/protoc.gypi' ] | 5265 'includes': [ '../build/protoc.gypi' ] |
5268 }, | 5266 }, |
5269 ], | 5267 ], |
5270 } | 5268 } |
OLD | NEW |