diff options
-rw-r--r-- | views/examples/examples_main.cc | 2 | ||||
-rw-r--r-- | views/views.gyp | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/views/examples/examples_main.cc b/views/examples/examples_main.cc index 0b8b7b1..81137c59 100644 --- a/views/examples/examples_main.cc +++ b/views/examples/examples_main.cc @@ -56,8 +56,6 @@ void ExamplesMain::Run() { icu_util::Initialize(); - // This requires chrome to be built first right now. - // TODO(oshima): fix build to include resource file. ResourceBundle::InitSharedInstance(L"en-US"); MessageLoop main_message_loop(MessageLoop::TYPE_UI); diff --git a/views/views.gyp b/views/views.gyp index ec2b7c80..11058f1 100644 --- a/views/views.gyp +++ b/views/views.gyp @@ -374,6 +374,7 @@ ['OS=="linux"', { 'dependencies': [ '../build/linux/system.gyp:gtk', + '../chrome/chrome.gyp:packed_resources', ], }, ], |