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 3282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3293 'browser/ui/pdf/pdf_tab_observer.cc', | 3293 'browser/ui/pdf/pdf_tab_observer.cc', |
3294 'browser/ui/pdf/pdf_tab_observer.h', | 3294 'browser/ui/pdf/pdf_tab_observer.h', |
3295 'browser/ui/pdf/pdf_unsupported_feature.cc', | 3295 'browser/ui/pdf/pdf_unsupported_feature.cc', |
3296 'browser/ui/pdf/pdf_unsupported_feature.h', | 3296 'browser/ui/pdf/pdf_unsupported_feature.h', |
3297 'browser/ui/prefs/prefs_tab_helper.cc', | 3297 'browser/ui/prefs/prefs_tab_helper.cc', |
3298 'browser/ui/prefs/prefs_tab_helper.h', | 3298 'browser/ui/prefs/prefs_tab_helper.h', |
3299 'browser/ui/profile_error_dialog.cc', | 3299 'browser/ui/profile_error_dialog.cc', |
3300 'browser/ui/profile_error_dialog.h', | 3300 'browser/ui/profile_error_dialog.h', |
3301 'browser/ui/sad_tab_helper.cc', | 3301 'browser/ui/sad_tab_helper.cc', |
3302 'browser/ui/sad_tab_helper.h', | 3302 'browser/ui/sad_tab_helper.h', |
| 3303 'browser/ui/sad_tab_types.h', |
3303 'browser/ui/search/search.cc', | 3304 'browser/ui/search/search.cc', |
3304 'browser/ui/search/search.h', | 3305 'browser/ui/search/search.h', |
3305 'browser/ui/search/search_delegate.cc', | 3306 'browser/ui/search/search_delegate.cc', |
3306 'browser/ui/search/search_delegate.h', | 3307 'browser/ui/search/search_delegate.h', |
3307 'browser/ui/search/search_model.cc', | 3308 'browser/ui/search/search_model.cc', |
3308 'browser/ui/search/search_model.h', | 3309 'browser/ui/search/search_model.h', |
3309 'browser/ui/search/search_model_observer.h', | 3310 'browser/ui/search/search_model_observer.h', |
3310 'browser/ui/search/search_model_observer_bridge.h', | 3311 'browser/ui/search/search_model_observer_bridge.h', |
3311 'browser/ui/search/search_tab_helper.cc', | 3312 'browser/ui/search/search_tab_helper.cc', |
3312 'browser/ui/search/search_tab_helper.h', | 3313 'browser/ui/search/search_tab_helper.h', |
(...skipping 2053 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5366 'browser/metrics/proto/study.proto', | 5367 'browser/metrics/proto/study.proto', |
5367 ], | 5368 ], |
5368 'variables': { | 5369 'variables': { |
5369 'proto_in_dir': 'browser/metrics/proto', | 5370 'proto_in_dir': 'browser/metrics/proto', |
5370 'proto_out_dir': 'chrome/browser/metrics/proto', | 5371 'proto_out_dir': 'chrome/browser/metrics/proto', |
5371 }, | 5372 }, |
5372 'includes': [ '../build/protoc.gypi' ] | 5373 'includes': [ '../build/protoc.gypi' ] |
5373 }, | 5374 }, |
5374 ], | 5375 ], |
5375 } | 5376 } |
OLD | NEW |