| 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 3310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3321 'browser/ui/panels/taskbar_window_thumbnailer_win.cc', | 3321 'browser/ui/panels/taskbar_window_thumbnailer_win.cc', |
| 3322 'browser/ui/panels/taskbar_window_thumbnailer_win.h', | 3322 'browser/ui/panels/taskbar_window_thumbnailer_win.h', |
| 3323 'browser/ui/pdf/pdf_tab_observer.cc', | 3323 'browser/ui/pdf/pdf_tab_observer.cc', |
| 3324 'browser/ui/pdf/pdf_tab_observer.h', | 3324 'browser/ui/pdf/pdf_tab_observer.h', |
| 3325 'browser/ui/pdf/pdf_unsupported_feature.cc', | 3325 'browser/ui/pdf/pdf_unsupported_feature.cc', |
| 3326 'browser/ui/pdf/pdf_unsupported_feature.h', | 3326 'browser/ui/pdf/pdf_unsupported_feature.h', |
| 3327 'browser/ui/prefs/prefs_tab_helper.cc', | 3327 'browser/ui/prefs/prefs_tab_helper.cc', |
| 3328 'browser/ui/prefs/prefs_tab_helper.h', | 3328 'browser/ui/prefs/prefs_tab_helper.h', |
| 3329 'browser/ui/profile_error_dialog.cc', | 3329 'browser/ui/profile_error_dialog.cc', |
| 3330 'browser/ui/profile_error_dialog.h', | 3330 'browser/ui/profile_error_dialog.h', |
| 3331 'browser/ui/password_generation_status.cc', |
| 3332 'browser/ui/password_generation_status.h', |
| 3331 'browser/ui/sad_tab_helper.cc', | 3333 'browser/ui/sad_tab_helper.cc', |
| 3332 'browser/ui/sad_tab_helper.h', | 3334 'browser/ui/sad_tab_helper.h', |
| 3333 'browser/ui/sad_tab_types.h', | 3335 'browser/ui/sad_tab_types.h', |
| 3334 'browser/ui/search/search.cc', | 3336 'browser/ui/search/search.cc', |
| 3335 'browser/ui/search/search.h', | 3337 'browser/ui/search/search.h', |
| 3336 'browser/ui/search/search_delegate.cc', | 3338 'browser/ui/search/search_delegate.cc', |
| 3337 'browser/ui/search/search_delegate.h', | 3339 'browser/ui/search/search_delegate.h', |
| 3338 'browser/ui/search/search_model.cc', | 3340 'browser/ui/search/search_model.cc', |
| 3339 'browser/ui/search/search_model.h', | 3341 'browser/ui/search/search_model.h', |
| 3340 'browser/ui/search/search_model_observer.h', | 3342 'browser/ui/search/search_model_observer.h', |
| (...skipping 2073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5414 'browser/metrics/proto/study.proto', | 5416 'browser/metrics/proto/study.proto', |
| 5415 ], | 5417 ], |
| 5416 'variables': { | 5418 'variables': { |
| 5417 'proto_in_dir': 'browser/metrics/proto', | 5419 'proto_in_dir': 'browser/metrics/proto', |
| 5418 'proto_out_dir': 'chrome/browser/metrics/proto', | 5420 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5419 }, | 5421 }, |
| 5420 'includes': [ '../build/protoc.gypi' ] | 5422 'includes': [ '../build/protoc.gypi' ] |
| 5421 }, | 5423 }, |
| 5422 ], | 5424 ], |
| 5423 } | 5425 } |
| OLD | NEW |