summaryrefslogtreecommitdiffstats
path: root/components/nacl_common.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Merge components/nacl_common.gyp and components/nacl.gypalexis.menard@intel.com2013-11-281-85/+0
| | | | | | | | | | | | | All the targets related to nacl are already in nacl.gyp so it seems natural to merge both files into one. This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://codereview.chromium.org/92043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237712 0039d316-1c4b-4281-b951-d872f2087c98
* Move more files from chrome/browser/nacl_host/ to components/nacl/browser/alexis.menard@intel.com2013-11-221-0/+4
| | | | | | | | | | | | | | These files have no dependencies on chrome/ so they can be safely moved to the components/ directory. This is part of an effort to componentize NaCl code. BUG=244791 R=brettw@chromium.org, cpu@chromium.org, jochen@chromium.org, mseaborn@chromium.org Review URL: https://codereview.chromium.org/75463005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236821 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/browser/nacl_host/pnacl_translation_cache.* to ↵alexis.menard@intel.com2013-11-181-0/+2
| | | | | | | | | | | | | | | components/nacl/browser These files have no dependencies on chrome/ so they can be safely moved to the components/ directory. This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://codereview.chromium.org/61763026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@235735 0039d316-1c4b-4281-b951-d872f2087c98
* avoid warnings compiling nacl64.exescottmg@chromium.org2013-10-271-0/+3
| | | | | | | | | | | | | | | | | | | | | Gets rid of these when building in component=shared_library breakpad_win64.lib(breakpad_win64.breakpad_win.obj) : warning LNK4049: locally defined symbol ?kProcessType@switches@@3QBDB (char const * const switches::kProcessType) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kLoggingLevel@switches@@3QBDB (char const * const switches::kLoggingLevel) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kDisableLogging@switches@@3QBDB (char const * const switches::kDisableLogging) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kEnableLogging@switches@@3QBDB (char const * const switches::kEnableLogging) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kNoSandbox@switches@@3QBDB (char const * const switches::kNoSandbox) imported breakpad_win64.lib(breakpad_win64.breakpad_win.obj) : warning LNK4049: locally defined symbol ?kProcessType@switches@@3QBDB (char const * const switches::kProcessType) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kLoggingLevel@switches@@3QBDB (char const * const switches::kLoggingLevel) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kDisableLogging@switches@@3QBDB (char const * const switches::kDisableLogging) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kEnableLogging@switches@@3QBDB (char const * const switches::kEnableLogging) imported nacl_common_win64.lib(nacl_common_win64.nacl_cmd_line.obj) : warning LNK4049: locally defined symbol ?kNoSandbox@switches@@3QBDB (char const * const switches::kNoSandbox) imported R=joi@chromium.org Review URL: https://codereview.chromium.org/38743003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@231223 0039d316-1c4b-4281-b951-d872f2087c98
* Move common files from chrome/common to components/nacl/common.yael.aharon@intel.com2013-07-231-0/+8
| | | | | | | | | | This is part of an effort to componentize nacl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/19833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213214 0039d316-1c4b-4281-b951-d872f2087c98
* Move nacl_cmd_line to components/nacl/common.yael.aharon@intel.com2013-07-221-0/+27
| | | | | | | | | | | Move the files and create a target for them, which is included in chrome_common.gypi. This is part of componentizing NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/18098009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212886 0039d316-1c4b-4281-b951-d872f2087c98
* Separate NaCl switches to their own file.yael.aharon@intel.com2013-06-241-0/+41
This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://chromiumcodereview.appspot.com/17074012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208306 0039d316-1c4b-4281-b951-d872f2087c98