| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'browser/feedback/feedback_data.cc', | 347 'browser/feedback/feedback_data.cc', |
| 348 'browser/feedback/feedback_data.h', | 348 'browser/feedback/feedback_data.h', |
| 349 'browser/feedback/feedback_util.cc', | 349 'browser/feedback/feedback_util.cc', |
| 350 'browser/feedback/feedback_util.h', | 350 'browser/feedback/feedback_util.h', |
| 351 'browser/cancelable_request.cc', | 351 'browser/cancelable_request.cc', |
| 352 'browser/cancelable_request.h', | 352 'browser/cancelable_request.h', |
| 353 'browser/captive_portal/captive_portal_service.cc', | 353 'browser/captive_portal/captive_portal_service.cc', |
| 354 'browser/captive_portal/captive_portal_service.h', | 354 'browser/captive_portal/captive_portal_service.h', |
| 355 'browser/captive_portal/captive_portal_service_factory.cc', | 355 'browser/captive_portal/captive_portal_service_factory.cc', |
| 356 'browser/captive_portal/captive_portal_service_factory.h', | 356 'browser/captive_portal/captive_portal_service_factory.h', |
| 357 'browser/captive_portal/captive_portal_tab_helper.cc', |
| 358 'browser/captive_portal/captive_portal_tab_helper.h', |
| 359 'browser/captive_portal/captive_portal_tab_observer.cc', |
| 360 'browser/captive_portal/captive_portal_tab_observer.h', |
| 357 'browser/certificate_manager_model.cc', | 361 'browser/certificate_manager_model.cc', |
| 358 'browser/certificate_manager_model.h', | 362 'browser/certificate_manager_model.h', |
| 359 'browser/certificate_viewer.cc', | 363 'browser/certificate_viewer.cc', |
| 360 'browser/certificate_viewer.h', | 364 'browser/certificate_viewer.h', |
| 361 'browser/character_encoding.cc', | 365 'browser/character_encoding.cc', |
| 362 'browser/character_encoding.h', | 366 'browser/character_encoding.h', |
| 363 'browser/chrome_benchmarking_message_filter.cc', | 367 'browser/chrome_benchmarking_message_filter.cc', |
| 364 'browser/chrome_benchmarking_message_filter.h', | 368 'browser/chrome_benchmarking_message_filter.h', |
| 365 'browser/chrome_browser_application_mac.h', | 369 'browser/chrome_browser_application_mac.h', |
| 366 'browser/chrome_browser_application_mac.mm', | 370 'browser/chrome_browser_application_mac.mm', |
| (...skipping 4695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5062 'browser/metrics/proto/study.proto', | 5066 'browser/metrics/proto/study.proto', |
| 5063 ], | 5067 ], |
| 5064 'variables': { | 5068 'variables': { |
| 5065 'proto_in_dir': 'browser/metrics/proto', | 5069 'proto_in_dir': 'browser/metrics/proto', |
| 5066 'proto_out_dir': 'chrome/browser/metrics/proto', | 5070 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5067 }, | 5071 }, |
| 5068 'includes': [ '../build/protoc.gypi' ] | 5072 'includes': [ '../build/protoc.gypi' ] |
| 5069 }, | 5073 }, |
| 5070 ], | 5074 ], |
| 5071 } | 5075 } |
| OLD | NEW |