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/google/google_profile_helper.h', | 1469 'browser/google/google_profile_helper.h', |
1470 'browser/google/google_search_counter.cc', | 1470 'browser/google/google_search_counter.cc', |
1471 'browser/google/google_search_counter.h', | 1471 'browser/google/google_search_counter.h', |
1472 'browser/google/google_search_counter_android.cc', | 1472 'browser/google/google_search_counter_android.cc', |
1473 'browser/google/google_search_counter_android.h', | 1473 'browser/google/google_search_counter_android.h', |
1474 'browser/google/google_update_settings_posix.cc', | 1474 'browser/google/google_update_settings_posix.cc', |
1475 'browser/google/google_update_win.cc', | 1475 'browser/google/google_update_win.cc', |
1476 'browser/google/google_update_win.h', | 1476 'browser/google/google_update_win.h', |
1477 'browser/google/google_url_tracker_factory.cc', | 1477 'browser/google/google_url_tracker_factory.cc', |
1478 'browser/google/google_url_tracker_factory.h', | 1478 'browser/google/google_url_tracker_factory.h', |
1479 'browser/google/google_url_tracker_navigation_helper_impl.cc', | |
1480 'browser/google/google_url_tracker_navigation_helper_impl.h', | |
1481 ], | 1479 ], |
1482 'chrome_browser_history_sources': [ | 1480 'chrome_browser_history_sources': [ |
1483 'browser/history/android/android_history_provider_service.cc', | 1481 'browser/history/android/android_history_provider_service.cc', |
1484 'browser/history/android/android_history_provider_service.h', | 1482 'browser/history/android/android_history_provider_service.h', |
1485 'browser/history/android/android_provider_backend.cc', | 1483 'browser/history/android/android_provider_backend.cc', |
1486 'browser/history/android/android_provider_backend.h', | 1484 'browser/history/android/android_provider_backend.h', |
1487 'browser/history/android/android_urls_sql_handler.cc', | 1485 'browser/history/android/android_urls_sql_handler.cc', |
1488 'browser/history/android/android_urls_sql_handler.h', | 1486 'browser/history/android/android_urls_sql_handler.h', |
1489 'browser/history/android/bookmark_model_sql_handler.cc', | 1487 'browser/history/android/bookmark_model_sql_handler.cc', |
1490 'browser/history/android/bookmark_model_sql_handler.h', | 1488 'browser/history/android/bookmark_model_sql_handler.h', |
(...skipping 2222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3713 'variables': { | 3711 'variables': { |
3714 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3715 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3716 }, | 3714 }, |
3717 'includes': [ '../build/protoc.gypi' ] | 3715 'includes': [ '../build/protoc.gypi' ] |
3718 }, | 3716 }, |
3719 ], | 3717 ], |
3720 },], | 3718 },], |
3721 ], | 3719 ], |
3722 } | 3720 } |
OLD | NEW |