| 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'browser/sessions/restore_on_startup_policy_handler.h', | 578 'browser/sessions/restore_on_startup_policy_handler.h', |
| 579 'browser/shell_integration.cc', | 579 'browser/shell_integration.cc', |
| 580 'browser/shell_integration.h', | 580 'browser/shell_integration.h', |
| 581 'browser/shell_integration_android.cc', | 581 'browser/shell_integration_android.cc', |
| 582 'browser/shell_integration_chromeos.cc', | 582 'browser/shell_integration_chromeos.cc', |
| 583 'browser/shell_integration_mac.mm', | 583 'browser/shell_integration_mac.mm', |
| 584 'browser/shell_integration_win.cc', | 584 'browser/shell_integration_win.cc', |
| 585 'browser/shell_integration_win.h', | 585 'browser/shell_integration_win.h', |
| 586 'browser/site_details.cc', | 586 'browser/site_details.cc', |
| 587 'browser/site_details.h', | 587 'browser/site_details.h', |
| 588 'browser/sql_init_error_message_ids.cc', |
| 589 'browser/sql_init_error_message_ids.h', |
| 588 'browser/speech/chrome_speech_recognition_manager_delegate.cc', | 590 'browser/speech/chrome_speech_recognition_manager_delegate.cc', |
| 589 'browser/speech/chrome_speech_recognition_manager_delegate.h', | 591 'browser/speech/chrome_speech_recognition_manager_delegate.h', |
| 590 'browser/speech/tts_android.cc', | 592 'browser/speech/tts_android.cc', |
| 591 'browser/speech/tts_android.h', | 593 'browser/speech/tts_android.h', |
| 592 'browser/speech/tts_chromeos.cc', | 594 'browser/speech/tts_chromeos.cc', |
| 593 'browser/speech/tts_controller.h', | 595 'browser/speech/tts_controller.h', |
| 594 'browser/speech/tts_controller_impl.cc', | 596 'browser/speech/tts_controller_impl.cc', |
| 595 'browser/speech/tts_controller_impl.h', | 597 'browser/speech/tts_controller_impl.h', |
| 596 'browser/speech/tts_mac.mm', | 598 'browser/speech/tts_mac.mm', |
| 597 'browser/speech/tts_message_filter.cc', | 599 'browser/speech/tts_message_filter.cc', |
| (...skipping 3727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4325 '../components/components.gyp:rlz', | 4327 '../components/components.gyp:rlz', |
| 4326 '../components/components.gyp:search_engines', | 4328 '../components/components.gyp:search_engines', |
| 4327 '../rlz/rlz.gyp:rlz_lib', | 4329 '../rlz/rlz.gyp:rlz_lib', |
| 4328 'common', | 4330 'common', |
| 4329 ], | 4331 ], |
| 4330 }, | 4332 }, |
| 4331 ], | 4333 ], |
| 4332 }], | 4334 }], |
| 4333 ], | 4335 ], |
| 4334 } | 4336 } |
| OLD | NEW |