OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 'browser/net/url_fixer_upper.cc', | 1424 'browser/net/url_fixer_upper.cc', |
1425 'browser/net/url_fixer_upper.h', | 1425 'browser/net/url_fixer_upper.h', |
1426 'browser/net/url_info.cc', | 1426 'browser/net/url_info.cc', |
1427 'browser/net/url_info.h', | 1427 'browser/net/url_info.h', |
1428 # TODO: These should be moved to test_support (see below), but | 1428 # TODO: These should be moved to test_support (see below), but |
1429 # are currently used by production code in automation_provider.cc. | 1429 # are currently used by production code in automation_provider.cc. |
1430 'browser/net/url_request_mock_link_doctor_job.cc', | 1430 'browser/net/url_request_mock_link_doctor_job.cc', |
1431 'browser/net/url_request_mock_link_doctor_job.h', | 1431 'browser/net/url_request_mock_link_doctor_job.h', |
1432 'browser/net/url_request_mock_util.cc', | 1432 'browser/net/url_request_mock_util.cc', |
1433 'browser/net/url_request_mock_util.h', | 1433 'browser/net/url_request_mock_util.h', |
1434 'browser/net/view_blob_internals_job_factory.cc', | |
1435 'browser/net/view_blob_internals_job_factory.h', | |
1436 'browser/net/view_http_cache_job_factory.cc', | |
1437 'browser/net/view_http_cache_job_factory.h', | |
1438 'browser/notifications/balloon.cc', | 1434 'browser/notifications/balloon.cc', |
1439 'browser/notifications/balloon.h', | 1435 'browser/notifications/balloon.h', |
1440 'browser/notifications/balloon_collection.cc', | 1436 'browser/notifications/balloon_collection.cc', |
1441 'browser/notifications/balloon_collection.h', | 1437 'browser/notifications/balloon_collection.h', |
1442 'browser/notifications/balloon_collection_base.cc', | 1438 'browser/notifications/balloon_collection_base.cc', |
1443 'browser/notifications/balloon_collection_base.h', | 1439 'browser/notifications/balloon_collection_base.h', |
1444 'browser/notifications/balloon_collection_impl.cc', | 1440 'browser/notifications/balloon_collection_impl.cc', |
1445 'browser/notifications/balloon_collection_impl.h', | 1441 'browser/notifications/balloon_collection_impl.h', |
1446 'browser/notifications/balloon_collection_gtk.cc', | 1442 'browser/notifications/balloon_collection_gtk.cc', |
1447 'browser/notifications/balloon_collection_mac.mm', | 1443 'browser/notifications/balloon_collection_mac.mm', |
(...skipping 3777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5225 'variables': { | 5221 'variables': { |
5226 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5222 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5227 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5223 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5228 }, | 5224 }, |
5229 'includes': ['../build/protoc.gypi'], | 5225 'includes': ['../build/protoc.gypi'], |
5230 }], | 5226 }], |
5231 ], | 5227 ], |
5232 }, | 5228 }, |
5233 ], | 5229 ], |
5234 } | 5230 } |
OLD | NEW |