| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 1458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1469 'browser/password_manager/native_backend_libsecret.cc', | 1469 'browser/password_manager/native_backend_libsecret.cc', |
| 1470 'browser/password_manager/native_backend_libsecret.h', | 1470 'browser/password_manager/native_backend_libsecret.h', |
| 1471 ], | 1471 ], |
| 1472 'chrome_browser_google_sources': [ | 1472 'chrome_browser_google_sources': [ |
| 1473 'browser/google/chrome_google_url_tracker_client.cc', | 1473 'browser/google/chrome_google_url_tracker_client.cc', |
| 1474 'browser/google/chrome_google_url_tracker_client.h', | 1474 'browser/google/chrome_google_url_tracker_client.h', |
| 1475 'browser/google/google_brand.cc', | 1475 'browser/google/google_brand.cc', |
| 1476 'browser/google/google_brand.h', | 1476 'browser/google/google_brand.h', |
| 1477 'browser/google/google_brand_chromeos.cc', | 1477 'browser/google/google_brand_chromeos.cc', |
| 1478 'browser/google/google_brand_chromeos.h', | 1478 'browser/google/google_brand_chromeos.h', |
| 1479 'browser/google/google_profile_helper.cc', | |
| 1480 'browser/google/google_profile_helper.h', | |
| 1481 'browser/google/google_search_counter.cc', | 1479 'browser/google/google_search_counter.cc', |
| 1482 'browser/google/google_search_counter.h', | 1480 'browser/google/google_search_counter.h', |
| 1483 'browser/google/google_search_counter_android.cc', | 1481 'browser/google/google_search_counter_android.cc', |
| 1484 'browser/google/google_search_counter_android.h', | 1482 'browser/google/google_search_counter_android.h', |
| 1485 'browser/google/google_update_settings_posix.cc', | 1483 'browser/google/google_update_settings_posix.cc', |
| 1486 'browser/google/google_update_win.cc', | 1484 'browser/google/google_update_win.cc', |
| 1487 'browser/google/google_update_win.h', | 1485 'browser/google/google_update_win.h', |
| 1488 'browser/google/google_url_tracker_factory.cc', | 1486 'browser/google/google_url_tracker_factory.cc', |
| 1489 'browser/google/google_url_tracker_factory.h', | 1487 'browser/google/google_url_tracker_factory.h', |
| 1490 ], | 1488 ], |
| (...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3694 'variables': { | 3692 'variables': { |
| 3695 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3693 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3696 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3694 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3697 }, | 3695 }, |
| 3698 'includes': [ '../build/protoc.gypi' ] | 3696 'includes': [ '../build/protoc.gypi' ] |
| 3699 }, | 3697 }, |
| 3700 ], | 3698 ], |
| 3701 },], | 3699 },], |
| 3702 ], | 3700 ], |
| 3703 } | 3701 } |
| OLD | NEW |