| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'chrome_common_sources': [ | 7 'chrome_common_sources': [ |
| 8 '../apps/app_shim/app_shim_launch.h', | 8 '../apps/app_shim/app_shim_launch.h', |
| 9 '../apps/app_shim/app_shim_messages.h', | 9 '../apps/app_shim/app_shim_messages.h', |
| 10 'common/all_messages.h', | 10 'common/all_messages.h', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', | 77 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', |
| 78 'common/extensions/api/file_browser_handlers/file_browser_handler.h', | 78 'common/extensions/api/file_browser_handlers/file_browser_handler.h', |
| 79 'common/extensions/api/i18n/default_locale_handler.cc', | 79 'common/extensions/api/i18n/default_locale_handler.cc', |
| 80 'common/extensions/api/i18n/default_locale_handler.h', | 80 'common/extensions/api/i18n/default_locale_handler.h', |
| 81 'common/extensions/api/identity/oauth2_manifest_handler.cc', | 81 'common/extensions/api/identity/oauth2_manifest_handler.cc', |
| 82 'common/extensions/api/identity/oauth2_manifest_handler.h', | 82 'common/extensions/api/identity/oauth2_manifest_handler.h', |
| 83 'common/extensions/api/input_ime/input_components_handler.cc', | 83 'common/extensions/api/input_ime/input_components_handler.cc', |
| 84 'common/extensions/api/input_ime/input_components_handler.h', | 84 'common/extensions/api/input_ime/input_components_handler.h', |
| 85 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', | 85 'common/extensions/api/managed_mode_private/managed_mode_handler.cc', |
| 86 'common/extensions/api/managed_mode_private/managed_mode_handler.h', | 86 'common/extensions/api/managed_mode_private/managed_mode_handler.h', |
| 87 'common/extensions/api/media_galleries_private/media_galleries_handler.h', | |
| 88 'common/extensions/api/media_galleries_private/media_galleries_handler.cc'
, | |
| 89 'common/extensions/api/notifications/notification_style.cc', | 87 'common/extensions/api/notifications/notification_style.cc', |
| 90 'common/extensions/api/notifications/notification_style.h', | 88 'common/extensions/api/notifications/notification_style.h', |
| 91 'common/extensions/api/omnibox/omnibox_handler.cc', | 89 'common/extensions/api/omnibox/omnibox_handler.cc', |
| 92 'common/extensions/api/omnibox/omnibox_handler.h', | 90 'common/extensions/api/omnibox/omnibox_handler.h', |
| 93 'common/extensions/api/plugins/plugins_handler.cc', | 91 'common/extensions/api/plugins/plugins_handler.cc', |
| 94 'common/extensions/api/plugins/plugins_handler.h', | 92 'common/extensions/api/plugins/plugins_handler.h', |
| 95 'common/extensions/api/speech/tts_engine_manifest_handler.cc', | 93 'common/extensions/api/speech/tts_engine_manifest_handler.cc', |
| 96 'common/extensions/api/speech/tts_engine_manifest_handler.h', | 94 'common/extensions/api/speech/tts_engine_manifest_handler.h', |
| 97 'common/extensions/api/spellcheck/spellcheck_handler.cc', | 95 'common/extensions/api/spellcheck/spellcheck_handler.cc', |
| 98 'common/extensions/api/spellcheck/spellcheck_handler.h', | 96 'common/extensions/api/spellcheck/spellcheck_handler.h', |
| (...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 695 'common/metrics/proto/chrome_experiments.proto', | 693 'common/metrics/proto/chrome_experiments.proto', |
| 696 ], | 694 ], |
| 697 'variables': { | 695 'variables': { |
| 698 'proto_in_dir': 'common/metrics/proto', | 696 'proto_in_dir': 'common/metrics/proto', |
| 699 'proto_out_dir': 'chrome/common/metrics/proto', | 697 'proto_out_dir': 'chrome/common/metrics/proto', |
| 700 }, | 698 }, |
| 701 'includes': [ '../build/protoc.gypi' ], | 699 'includes': [ '../build/protoc.gypi' ], |
| 702 }, | 700 }, |
| 703 ], | 701 ], |
| 704 } | 702 } |
| OLD | NEW |