| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 3bdab948d4c39ff876e47046ff2b03714462ec4a..77b0bfc41bf5782ca756bd2cd57b742e81aebf03 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -126,7 +126,6 @@
|
| 'common/chrome_notification_types.h',
|
| 'common/chrome_result_codes.h',
|
| 'common/chrome_process_type.h',
|
| - 'common/chrome_sandbox_type_mac.h',
|
| 'common/chrome_utility_messages.h',
|
| 'common/chrome_version_info.cc',
|
| 'common/chrome_version_info_android.cc',
|
| @@ -374,13 +373,7 @@
|
| 'common/multi_process_lock_linux.cc',
|
| 'common/multi_process_lock_mac.cc',
|
| 'common/multi_process_lock_win.cc',
|
| - 'common/nacl_cmd_line.cc',
|
| - 'common/nacl_cmd_line.h',
|
| 'common/nacl_host_messages.h',
|
| - 'common/nacl_messages.cc',
|
| - 'common/nacl_messages.h',
|
| - 'common/nacl_types.cc',
|
| - 'common/nacl_types.h',
|
| 'common/omaha_query_params/omaha_query_params.cc',
|
| 'common/omaha_query_params/omaha_query_params.h',
|
| 'common/omnibox_focus_state.h',
|
| @@ -492,6 +485,8 @@
|
| '<(DEPTH)/chrome/app/policy/cloud_policy_codegen.gyp:policy',
|
| '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
|
| '<(DEPTH)/components/components.gyp:autofill_core_common',
|
| + '<(DEPTH)/components/nacl_common.gyp:nacl_cmd_line',
|
| + '<(DEPTH)/components/nacl_common.gyp:nacl_common',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| '<(DEPTH)/printing/printing.gyp:printing',
|
| '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
|
| @@ -511,7 +506,6 @@
|
| ['exclude', '^common/external_ipc_fuzzer\\.'],
|
| ['exclude', '^common/logging_chrome\\.'],
|
| ['exclude', '^common/multi_process_'],
|
| - ['exclude', '^common/nacl_'],
|
| ['exclude', '^common/pepper_flash\\.'],
|
| ['exclude', '^common/profiling\\.'],
|
| ['exclude', '^common/service_process_util_'],
|
|
|