| 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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 'browser/favicon/chrome_favicon_client_factory.cc', | 391 'browser/favicon/chrome_favicon_client_factory.cc', |
| 392 'browser/favicon/chrome_favicon_client_factory.h', | 392 'browser/favicon/chrome_favicon_client_factory.h', |
| 393 'browser/favicon/favicon_handler.cc', | 393 'browser/favicon/favicon_handler.cc', |
| 394 'browser/favicon/favicon_handler.h', | 394 'browser/favicon/favicon_handler.h', |
| 395 'browser/favicon/favicon_service.cc', | 395 'browser/favicon/favicon_service.cc', |
| 396 'browser/favicon/favicon_service.h', | 396 'browser/favicon/favicon_service.h', |
| 397 'browser/favicon/favicon_service_factory.cc', | 397 'browser/favicon/favicon_service_factory.cc', |
| 398 'browser/favicon/favicon_service_factory.h', | 398 'browser/favicon/favicon_service_factory.h', |
| 399 'browser/favicon/favicon_tab_helper.cc', | 399 'browser/favicon/favicon_tab_helper.cc', |
| 400 'browser/favicon/favicon_tab_helper.h', | 400 'browser/favicon/favicon_tab_helper.h', |
| 401 'browser/favicon/favicon_tab_helper_observer.cc', |
| 402 'browser/favicon/favicon_tab_helper_observer.h', |
| 401 'browser/file_select_helper.cc', | 403 'browser/file_select_helper.cc', |
| 402 'browser/file_select_helper.h', | 404 'browser/file_select_helper.h', |
| 403 'browser/file_select_helper_mac.mm', | 405 'browser/file_select_helper_mac.mm', |
| 404 'browser/flags_storage.h', | 406 'browser/flags_storage.h', |
| 405 'browser/fullscreen.h', | 407 'browser/fullscreen.h', |
| 406 'browser/fullscreen_chromeos.cc', | 408 'browser/fullscreen_chromeos.cc', |
| 407 'browser/fullscreen_mac.mm', | 409 'browser/fullscreen_mac.mm', |
| 408 'browser/fullscreen_win.cc', | 410 'browser/fullscreen_win.cc', |
| 409 'browser/geolocation/chrome_access_token_store.cc', | 411 'browser/geolocation/chrome_access_token_store.cc', |
| 410 'browser/geolocation/chrome_access_token_store.h', | 412 'browser/geolocation/chrome_access_token_store.h', |
| (...skipping 3186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3597 'variables': { | 3599 'variables': { |
| 3598 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3600 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3599 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3601 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3600 }, | 3602 }, |
| 3601 'includes': [ '../build/protoc.gypi' ] | 3603 'includes': [ '../build/protoc.gypi' ] |
| 3602 }, | 3604 }, |
| 3603 ], | 3605 ], |
| 3604 },], | 3606 },], |
| 3605 ], | 3607 ], |
| 3606 } | 3608 } |
| OLD | NEW |