| 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 3405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3416 'browser/ui/tab_contents/tab_contents.cc', | 3416 'browser/ui/tab_contents/tab_contents.cc', |
| 3417 'browser/ui/tab_contents/tab_contents.h', | 3417 'browser/ui/tab_contents/tab_contents.h', |
| 3418 'browser/ui/tab_contents/tab_contents_iterator.cc', | 3418 'browser/ui/tab_contents/tab_contents_iterator.cc', |
| 3419 'browser/ui/tab_contents/tab_contents_iterator.h', | 3419 'browser/ui/tab_contents/tab_contents_iterator.h', |
| 3420 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 3420 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
| 3421 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 3421 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
| 3422 'browser/ui/tabs/dock_info.cc', | 3422 'browser/ui/tabs/dock_info.cc', |
| 3423 'browser/ui/tabs/dock_info.h', | 3423 'browser/ui/tabs/dock_info.h', |
| 3424 'browser/ui/tabs/hover_tab_selector.cc', | 3424 'browser/ui/tabs/hover_tab_selector.cc', |
| 3425 'browser/ui/tabs/hover_tab_selector.h', | 3425 'browser/ui/tabs/hover_tab_selector.h', |
| 3426 'browser/ui/tabs/mru_tab_controller.cc', |
| 3427 'browser/ui/tabs/mru_tab_controller.h', |
| 3426 'browser/ui/tabs/pinned_tab_codec.cc', | 3428 'browser/ui/tabs/pinned_tab_codec.cc', |
| 3427 'browser/ui/tabs/pinned_tab_codec.h', | 3429 'browser/ui/tabs/pinned_tab_codec.h', |
| 3428 'browser/ui/tabs/pinned_tab_service.cc', | 3430 'browser/ui/tabs/pinned_tab_service.cc', |
| 3429 'browser/ui/tabs/pinned_tab_service.h', | 3431 'browser/ui/tabs/pinned_tab_service.h', |
| 3430 'browser/ui/tabs/pinned_tab_service_factory.cc', | 3432 'browser/ui/tabs/pinned_tab_service_factory.cc', |
| 3431 'browser/ui/tabs/pinned_tab_service_factory.h', | 3433 'browser/ui/tabs/pinned_tab_service_factory.h', |
| 3432 'browser/ui/tabs/tab_menu_model.cc', | 3434 'browser/ui/tabs/tab_menu_model.cc', |
| 3433 'browser/ui/tabs/tab_menu_model.h', | 3435 'browser/ui/tabs/tab_menu_model.h', |
| 3434 'browser/ui/tabs/tab_resources.cc', | 3436 'browser/ui/tabs/tab_resources.cc', |
| 3435 'browser/ui/tabs/tab_resources.h', | 3437 'browser/ui/tabs/tab_resources.h', |
| (...skipping 2001 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5437 'browser/metrics/proto/study.proto', | 5439 'browser/metrics/proto/study.proto', |
| 5438 ], | 5440 ], |
| 5439 'variables': { | 5441 'variables': { |
| 5440 'proto_in_dir': 'browser/metrics/proto', | 5442 'proto_in_dir': 'browser/metrics/proto', |
| 5441 'proto_out_dir': 'chrome/browser/metrics/proto', | 5443 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5442 }, | 5444 }, |
| 5443 'includes': [ '../build/protoc.gypi' ] | 5445 'includes': [ '../build/protoc.gypi' ] |
| 5444 }, | 5446 }, |
| 5445 ], | 5447 ], |
| 5446 } | 5448 } |
| OLD | NEW |