summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_common.gypi
diff options
context:
space:
mode:
authoryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 14:44:32 +0000
committeryael.aharon@intel.com <yael.aharon@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-04 14:44:32 +0000
commitd5d383253e80a04c5f5723605c230ea4b3d5472c (patch)
tree5737e3fece9f2670621ca3f34cc8d4349c67dbdf /chrome/chrome_common.gypi
parent3d5358ca2c7561ddf646ded9b823febd76ef0f91 (diff)
downloadchromium_src-d5d383253e80a04c5f5723605c230ea4b3d5472c.zip
chromium_src-d5d383253e80a04c5f5723605c230ea4b3d5472c.tar.gz
chromium_src-d5d383253e80a04c5f5723605c230ea4b3d5472c.tar.bz2
Change ChromeProcessType to NaClProcessType.
ChromeProcessType defines the NaCl broker and loader processes, and they should be moved with the rest of NaCl code. Many files include chrome_process_type.h when they should really include content/public/common/process_type.h. Since chrome_process_type.h was removed, these files were modified to include process_type.h from content. This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17419009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@210191 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r--chrome/chrome_common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 13c6248..2d8968e 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -124,7 +124,6 @@
'common/chrome_content_client_ios.mm',
'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',
@@ -453,6 +452,7 @@
'common/web_resource/web_resource_unpacker.h',
'common/worker_thread_ticker.cc',
'common/worker_thread_ticker.h',
+ '../components/nacl/common/nacl_process_type.h',
],
'conditions': [
['enable_extensions==1', {