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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 'browser/enumerate_modules_model_win.cc', | 393 'browser/enumerate_modules_model_win.cc', |
394 'browser/enumerate_modules_model_win.h', | 394 'browser/enumerate_modules_model_win.h', |
395 # Oh hey, all the cool browser/extensions files are hanging out in | 395 # Oh hey, all the cool browser/extensions files are hanging out in |
396 # chrome/chrome_browser_extensions.gypi. | 396 # chrome/chrome_browser_extensions.gypi. |
397 'browser/external_protocol/external_protocol_handler.cc', | 397 'browser/external_protocol/external_protocol_handler.cc', |
398 'browser/external_protocol/external_protocol_handler.h', | 398 'browser/external_protocol/external_protocol_handler.h', |
399 'browser/favicon/chrome_favicon_client.cc', | 399 'browser/favicon/chrome_favicon_client.cc', |
400 'browser/favicon/chrome_favicon_client.h', | 400 'browser/favicon/chrome_favicon_client.h', |
401 'browser/favicon/chrome_favicon_client_factory.cc', | 401 'browser/favicon/chrome_favicon_client_factory.cc', |
402 'browser/favicon/chrome_favicon_client_factory.h', | 402 'browser/favicon/chrome_favicon_client_factory.h', |
403 'browser/favicon/favicon_changed_details.cc', | |
404 'browser/favicon/favicon_changed_details.h', | |
405 'browser/favicon/favicon_handler.cc', | 403 'browser/favicon/favicon_handler.cc', |
406 'browser/favicon/favicon_handler.h', | 404 'browser/favicon/favicon_handler.h', |
407 'browser/favicon/favicon_service.cc', | 405 'browser/favicon/favicon_service.cc', |
408 'browser/favicon/favicon_service.h', | 406 'browser/favicon/favicon_service.h', |
409 'browser/favicon/favicon_service_factory.cc', | 407 'browser/favicon/favicon_service_factory.cc', |
410 'browser/favicon/favicon_service_factory.h', | 408 'browser/favicon/favicon_service_factory.h', |
411 'browser/favicon/favicon_tab_helper.cc', | 409 'browser/favicon/favicon_tab_helper.cc', |
412 'browser/favicon/favicon_tab_helper.h', | 410 'browser/favicon/favicon_tab_helper.h', |
413 'browser/file_select_helper.cc', | 411 'browser/file_select_helper.cc', |
414 'browser/file_select_helper.h', | 412 'browser/file_select_helper.h', |
(...skipping 3147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3562 'variables': { | 3560 'variables': { |
3563 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3564 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3565 }, | 3563 }, |
3566 'includes': [ '../build/protoc.gypi' ] | 3564 'includes': [ '../build/protoc.gypi' ] |
3567 }, | 3565 }, |
3568 ], | 3566 ], |
3569 },], | 3567 },], |
3570 ], | 3568 ], |
3571 } | 3569 } |
OLD | NEW |