| Index: chrome/chrome_browser_chromeos.gypi
|
| diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
|
| index 7287132c05434ef3ddf1176f333004d77a462cf6..7d10b32c29218805dcc79bb5e23ed4942bbe2d17 100644
|
| --- a/chrome/chrome_browser_chromeos.gypi
|
| +++ b/chrome/chrome_browser_chromeos.gypi
|
| @@ -23,7 +23,6 @@
|
| 'dependencies': [
|
| # TODO(tbarzic): Cleanup this list.
|
| 'attestation_proto',
|
| - 'app/policy/cloud_policy_codegen.gyp:policy',
|
| 'browser/performance_monitor/performance_monitor.gyp:performance_monitor',
|
| 'browser_extensions',
|
| 'cert_logger_proto',
|
| @@ -52,6 +51,7 @@
|
| '../chromeos/ime/input_method.gyp:gencode',
|
| '../components/components.gyp:cloud_policy_proto',
|
| '../components/components.gyp:onc_component',
|
| + '../components/components.gyp:policy',
|
| # This depends directly on the variations target, rather than just
|
| # transitively via the common target because the proto sources need to
|
| # be generated before code in this target can start building.
|
|
|