| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index f00377776da70bb381477e5f772a7e34c21a38c2..646a00236121e2a65ded0a5b446697846d208daf 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -5,6 +5,7 @@
|
| {
|
| 'variables' : {
|
| 'pyautolib_sources': [
|
| + 'app/chrome_command_ids.h',
|
| 'app/chrome_dll_resource.h',
|
| 'common/pref_names.cc',
|
| 'common/pref_names.h',
|
| @@ -1880,6 +1881,7 @@
|
| 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
|
| 'sources': [
|
| 'app/breakpad_mac_stubs.mm',
|
| + 'app/chrome_command_ids.h',
|
| 'app/chrome_dll.rc',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_dll_version.rc.version',
|
| @@ -2123,6 +2125,7 @@
|
| }
|
| }, { # else: OS != "win"
|
| 'sources!': [
|
| + 'app/chrome_command_ids.h',
|
| 'app/chrome_dll.rc',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_dll_version.rc.version',
|
| @@ -2680,6 +2683,7 @@
|
| # TODO(phajdan.jr): Only temporary, to make transition easier.
|
| 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
|
| 'sources': [
|
| + 'app/chrome_command_ids.h',
|
| 'app/chrome_dll.rc',
|
| 'app/chrome_dll_resource.h',
|
| 'app/chrome_dll_version.rc.version',
|
|
|