Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Unified Diff: chrome/chrome_common.gypi

Issue 16881004: Move chrome/nacl to components/nacl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows build fix Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 1d3b44ec1e7b13fa62166fc785b9a1d828a1bd19..b1beadfd2798407eb4ae7d77d6bfd1550795b489 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -125,7 +125,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',
@@ -373,12 +372,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_messages.cc',
- 'common/nacl_messages.h',
- 'common/nacl_types.cc',
- 'common/nacl_types.h',
+ 'common/nacl_delegate.cc',
'common/omaha_query_params/omaha_query_params.cc',
'common/omaha_query_params/omaha_query_params.h',
'common/omnibox_focus_state.h',
@@ -443,6 +437,11 @@
'common/web_resource/web_resource_unpacker.h',
'common/worker_thread_ticker.cc',
'common/worker_thread_ticker.h',
+ '../components/nacl/common/nacl_delegate.h',
jam 2013/06/17 20:10:43 you shouldn't be listing the files from components
yael.aharon1 2013/06/19 20:38:52 Done.
+ '../components/nacl/common/nacl_messages.cc',
+ '../components/nacl/common/nacl_messages.h',
+ '../components/nacl/common/nacl_types.cc',
+ '../components/nacl/common/nacl_types.h',
],
'conditions': [
['enable_extensions==1', {
@@ -498,13 +497,13 @@
['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_'],
['exclude', '^common/spellcheck_'],
['exclude', '^common/validation_message_'],
['exclude', '^common/web_apps\\.'],
+ ['exclude', '^../components/nacl/common/nacl_'],
# TODO(ios): Include files here as they are made to work; once
# everything is online, remove everything below here and just
# use the exclusions above.

Powered by Google App Engine
This is Rietveld 408576698