| 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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1479 'browser/google/google_update_win.cc', | 1479 'browser/google/google_update_win.cc', |
| 1480 'browser/google/google_update_win.h', | 1480 'browser/google/google_update_win.h', |
| 1481 'browser/google/google_url_tracker_factory.cc', | 1481 'browser/google/google_url_tracker_factory.cc', |
| 1482 'browser/google/google_url_tracker_factory.h', | 1482 'browser/google/google_url_tracker_factory.h', |
| 1483 ], | 1483 ], |
| 1484 'chrome_browser_history_sources': [ | 1484 'chrome_browser_history_sources': [ |
| 1485 'browser/history/android/android_history_provider_service.cc', | 1485 'browser/history/android/android_history_provider_service.cc', |
| 1486 'browser/history/android/android_history_provider_service.h', | 1486 'browser/history/android/android_history_provider_service.h', |
| 1487 'browser/history/android/android_provider_backend.cc', | 1487 'browser/history/android/android_provider_backend.cc', |
| 1488 'browser/history/android/android_provider_backend.h', | 1488 'browser/history/android/android_provider_backend.h', |
| 1489 'browser/history/android/android_urls_sql_handler.cc', | |
| 1490 'browser/history/android/android_urls_sql_handler.h', | |
| 1491 'browser/history/android/bookmark_model_sql_handler.cc', | 1489 'browser/history/android/bookmark_model_sql_handler.cc', |
| 1492 'browser/history/android/bookmark_model_sql_handler.h', | 1490 'browser/history/android/bookmark_model_sql_handler.h', |
| 1493 'browser/history/android/sqlite_cursor.cc', | 1491 'browser/history/android/sqlite_cursor.cc', |
| 1494 'browser/history/android/sqlite_cursor.h', | 1492 'browser/history/android/sqlite_cursor.h', |
| 1495 'browser/history/android/urls_sql_handler.cc', | |
| 1496 'browser/history/android/urls_sql_handler.h', | |
| 1497 'browser/history/android/visit_sql_handler.cc', | |
| 1498 'browser/history/android/visit_sql_handler.h', | |
| 1499 'browser/history/chrome_history_client.cc', | 1493 'browser/history/chrome_history_client.cc', |
| 1500 'browser/history/chrome_history_client.h', | 1494 'browser/history/chrome_history_client.h', |
| 1501 'browser/history/chrome_history_client_factory.cc', | 1495 'browser/history/chrome_history_client_factory.cc', |
| 1502 'browser/history/chrome_history_client_factory.h', | 1496 'browser/history/chrome_history_client_factory.h', |
| 1503 'browser/history/delete_directive_handler.cc', | 1497 'browser/history/delete_directive_handler.cc', |
| 1504 'browser/history/delete_directive_handler.h', | 1498 'browser/history/delete_directive_handler.h', |
| 1505 'browser/history/expire_history_backend.cc', | 1499 'browser/history/expire_history_backend.cc', |
| 1506 'browser/history/expire_history_backend.h', | 1500 'browser/history/expire_history_backend.h', |
| 1507 'browser/history/history_backend.cc', | 1501 'browser/history/history_backend.cc', |
| 1508 'browser/history/history_backend.h', | 1502 'browser/history/history_backend.h', |
| (...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3715 'variables': { | 3709 'variables': { |
| 3716 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3710 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3718 }, | 3712 }, |
| 3719 'includes': [ '../build/protoc.gypi' ] | 3713 'includes': [ '../build/protoc.gypi' ] |
| 3720 }, | 3714 }, |
| 3721 ], | 3715 ], |
| 3722 },], | 3716 },], |
| 3723 ], | 3717 ], |
| 3724 } | 3718 } |
| OLD | NEW |